diff --git a/barcodes/pom.xml b/barcodes/pom.xml
index 275c24d900..7d44fd014c 100644
--- a/barcodes/pom.xml
+++ b/barcodes/pom.xml
@@ -4,7 +4,7 @@
com.itextpdf
root
- 7.1.18
+ 7.1.19
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 2b21177ed7..8013ed6a66 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/Barcode128.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/Barcode128.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes;
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/Barcode1D.java b/barcodes/src/main/java/com/itextpdf/barcodes/Barcode1D.java
index 39bea8e418..cd66e1006e 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/Barcode1D.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/Barcode1D.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes;
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/Barcode2D.java b/barcodes/src/main/java/com/itextpdf/barcodes/Barcode2D.java
index 3b5044be47..bab6991b8d 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/Barcode2D.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/Barcode2D.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes;
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/Barcode39.java b/barcodes/src/main/java/com/itextpdf/barcodes/Barcode39.java
index d0a4061536..efa41d64da 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/Barcode39.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/Barcode39.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes;
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeCodabar.java b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeCodabar.java
index 12c466f426..b082d846c0 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeCodabar.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeCodabar.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes;
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeDataMatrix.java b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeDataMatrix.java
index 5b5ba0d8ac..e5faa98d6b 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeDataMatrix.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeDataMatrix.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes;
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeEAN.java b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeEAN.java
index 3976aa5d3e..31b1cda9ef 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeEAN.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeEAN.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes;
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeEANSUPP.java b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeEANSUPP.java
index 027097ab19..a028e203d2 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeEANSUPP.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeEANSUPP.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes;
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeInter25.java b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeInter25.java
index 46e2b5d797..145e706d8f 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeInter25.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeInter25.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes;
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeMSI.java b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeMSI.java
index 791b9c4968..b74ab60cf0 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeMSI.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeMSI.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes;
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodePDF417.java b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodePDF417.java
index 5f8dd03719..9e202b3b27 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodePDF417.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodePDF417.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes;
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodePostnet.java b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodePostnet.java
index 9368b63419..ab53ae150f 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodePostnet.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodePostnet.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes;
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeQRCode.java b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeQRCode.java
index c3f6f0808f..a6be978382 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeQRCode.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeQRCode.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes;
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 293f3d9382..bd298a8f0f 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/dmcode/DmParams.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/dmcode/DmParams.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes.dmcode;
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 71b538d7df..f4ffb4a9a7 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/dmcode/Placement.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/dmcode/Placement.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes.dmcode;
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 bc040eed6a..4db6e48d3a 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/dmcode/ReedSolomon.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/dmcode/ReedSolomon.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes.dmcode;
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 357db75146..29075af5b9 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/BitArray.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/BitArray.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes.qrcode;
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 87df2c2edc..4aae837ce1 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/BitMatrix.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/BitMatrix.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes.qrcode;
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 4a87706f49..81ea648f7b 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/BitVector.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/BitVector.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes.qrcode;
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 11299b1690..8858e64f1f 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/BlockPair.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/BlockPair.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes.qrcode;
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 fc3798b3c8..8a3095d2ad 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/ByteArray.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/ByteArray.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes.qrcode;
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 cb6520025b..e6aa75e6d4 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/ByteMatrix.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/ByteMatrix.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes.qrcode;
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 ca3a10357e..2df64dea88 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/CharacterSetECI.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/CharacterSetECI.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes.qrcode;
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 38038a8b0e..007bf95c10 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/EncodeHintType.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/EncodeHintType.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes.qrcode;
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 568bc13235..fdee5bb752 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/Encoder.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/Encoder.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes.qrcode;
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 18161e0e78..58e9fcad9b 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/ErrorCorrectionLevel.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/ErrorCorrectionLevel.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes.qrcode;
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 2c8ee97b54..f80575aff9 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/FormatInformation.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/FormatInformation.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes.qrcode;
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 5f6604b664..83622b6141 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/GF256.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/GF256.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes.qrcode;
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 eb9c2ecf37..e81630634d 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/GF256Poly.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/GF256Poly.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes.qrcode;
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 bb1d70a606..86a7662b27 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/MaskUtil.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/MaskUtil.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes.qrcode;
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 5b8a883396..416efd4aa8 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/MatrixUtil.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/MatrixUtil.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes.qrcode;
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 476475985c..258110ed23 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/Mode.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/Mode.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes.qrcode;
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 ffbcfdd048..23b88714c8 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/QRCode.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/QRCode.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes.qrcode;
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 3cc40c0e91..7f32eda939 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/QRCodeWriter.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/QRCodeWriter.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes.qrcode;
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 34082a3df7..77ddba4836 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/ReedSolomonEncoder.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/ReedSolomonEncoder.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes.qrcode;
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/ReedSolomonException.java b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/ReedSolomonException.java
index a506cd517e..e48e659d02 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/ReedSolomonException.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/ReedSolomonException.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes.qrcode;
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 b12bb40097..84f6ecf445 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/Version.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/Version.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes.qrcode;
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/WriterException.java b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/WriterException.java
index 6288385dba..503ab5acd3 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/WriterException.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/WriterException.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes.qrcode;
diff --git a/barcodes/src/test/java/com/itextpdf/barcodes/Barcode128Test.java b/barcodes/src/test/java/com/itextpdf/barcodes/Barcode128Test.java
index c7c4b36f7b..4d00ecf2ef 100644
--- a/barcodes/src/test/java/com/itextpdf/barcodes/Barcode128Test.java
+++ b/barcodes/src/test/java/com/itextpdf/barcodes/Barcode128Test.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes;
diff --git a/barcodes/src/test/java/com/itextpdf/barcodes/Barcode39Test.java b/barcodes/src/test/java/com/itextpdf/barcodes/Barcode39Test.java
index cfc882a1ab..f3e84bd256 100644
--- a/barcodes/src/test/java/com/itextpdf/barcodes/Barcode39Test.java
+++ b/barcodes/src/test/java/com/itextpdf/barcodes/Barcode39Test.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes;
diff --git a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeCodabarTest.java b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeCodabarTest.java
index e8fa164bd5..08e81eb371 100644
--- a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeCodabarTest.java
+++ b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeCodabarTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes;
diff --git a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeDataMatrixTest.java b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeDataMatrixTest.java
index 314dcad10a..ae373732d4 100644
--- a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeDataMatrixTest.java
+++ b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeDataMatrixTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes;
diff --git a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeEANTest.java b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeEANTest.java
index b34a39859c..99420c1e51 100644
--- a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeEANTest.java
+++ b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeEANTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes;
diff --git a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeEANUnitTest.java b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeEANUnitTest.java
index afcfc94ce5..48c4cdf0ca 100644
--- a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeEANUnitTest.java
+++ b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeEANUnitTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes;
diff --git a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeInter25Test.java b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeInter25Test.java
index 93e3663fd2..b006313b7d 100644
--- a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeInter25Test.java
+++ b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeInter25Test.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes;
diff --git a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeMSITest.java b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeMSITest.java
index 04daa5f93c..b92b886cd8 100644
--- a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeMSITest.java
+++ b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeMSITest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes;
diff --git a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeMultiThreadingTest.java b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeMultiThreadingTest.java
index c1812e4cc0..bb5f2cf41a 100644
--- a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeMultiThreadingTest.java
+++ b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeMultiThreadingTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes;
diff --git a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodePDF417Test.java b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodePDF417Test.java
index 10a61b8a16..a53bd33074 100644
--- a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodePDF417Test.java
+++ b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodePDF417Test.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes;
diff --git a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodePDF417UnitTest.java b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodePDF417UnitTest.java
index c8f5f262d5..485ccccfb2 100644
--- a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodePDF417UnitTest.java
+++ b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodePDF417UnitTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes;
diff --git a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodePostnetTest.java b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodePostnetTest.java
index ab8178b662..d270b2c5d1 100644
--- a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodePostnetTest.java
+++ b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodePostnetTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes;
diff --git a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeQRCodeTest.java b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeQRCodeTest.java
index 1ceab7d2eb..6501ce7de2 100644
--- a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeQRCodeTest.java
+++ b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeQRCodeTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.barcodes;
diff --git a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeUnitTest.java b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeUnitTest.java
index d0c5538234..03f4179871 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 3b0e1d9aea..58d7f9bd79 100644
--- a/font-asian/pom.xml
+++ b/font-asian/pom.xml
@@ -4,7 +4,7 @@
com.itextpdf
root
- 7.1.18
+ 7.1.19
font-asian
iText 7 - Asian fonts
diff --git a/forms/pom.xml b/forms/pom.xml
index 4717a4946d..ee8fd6d8bc 100644
--- a/forms/pom.xml
+++ b/forms/pom.xml
@@ -4,7 +4,7 @@
com.itextpdf
root
- 7.1.18
+ 7.1.19
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 11eb7a383a..29ade194e2 100644
--- a/forms/src/main/java/com/itextpdf/forms/PdfAcroForm.java
+++ b/forms/src/main/java/com/itextpdf/forms/PdfAcroForm.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms;
diff --git a/forms/src/main/java/com/itextpdf/forms/PdfPageFormCopier.java b/forms/src/main/java/com/itextpdf/forms/PdfPageFormCopier.java
index d3332373c2..28426fbdee 100644
--- a/forms/src/main/java/com/itextpdf/forms/PdfPageFormCopier.java
+++ b/forms/src/main/java/com/itextpdf/forms/PdfPageFormCopier.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms;
diff --git a/forms/src/main/java/com/itextpdf/forms/PdfSigFieldLock.java b/forms/src/main/java/com/itextpdf/forms/PdfSigFieldLock.java
index 656d5abfb5..9ae3969261 100644
--- a/forms/src/main/java/com/itextpdf/forms/PdfSigFieldLock.java
+++ b/forms/src/main/java/com/itextpdf/forms/PdfSigFieldLock.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.forms;
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 57e1dc9240..4035973e80 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 75e0860ebe..385c6cb537 100644
--- a/forms/src/main/java/com/itextpdf/forms/fields/PdfButtonFormField.java
+++ b/forms/src/main/java/com/itextpdf/forms/fields/PdfButtonFormField.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms.fields;
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 eb99c4fa36..6d7feb67b3 100644
--- a/forms/src/main/java/com/itextpdf/forms/fields/PdfChoiceFormField.java
+++ b/forms/src/main/java/com/itextpdf/forms/fields/PdfChoiceFormField.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms.fields;
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 ac2ddfe24e..30ec318121 100644
--- a/forms/src/main/java/com/itextpdf/forms/fields/PdfFormField.java
+++ b/forms/src/main/java/com/itextpdf/forms/fields/PdfFormField.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms.fields;
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 c660312983..73a3bafcd7 100644
--- a/forms/src/main/java/com/itextpdf/forms/fields/PdfSignatureFormField.java
+++ b/forms/src/main/java/com/itextpdf/forms/fields/PdfSignatureFormField.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.forms.fields;
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 512094af2a..34a5c5ceec 100644
--- a/forms/src/main/java/com/itextpdf/forms/fields/PdfTextFormField.java
+++ b/forms/src/main/java/com/itextpdf/forms/fields/PdfTextFormField.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms.fields;
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 89fa77efd9..394e7aac35 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.forms.fields.borders;
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 d274ce5324..ad721aeb59 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.forms.fields.borders;
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 30eb0fc40d..32e3bae423 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.forms.fields.borders;
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 b8d7d25d9f..eed2ea2414 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.forms.fields.borders;
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 e23f1b30ea..be98c55f29 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.forms.fields.borders;
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 e46af8b1fb..51a306f5eb 100644
--- a/forms/src/main/java/com/itextpdf/forms/util/DrawingUtil.java
+++ b/forms/src/main/java/com/itextpdf/forms/util/DrawingUtil.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms.util;
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 18c9800f8f..56bf174c2c 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfa/AcroFieldsSearch.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfa/AcroFieldsSearch.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.forms.xfa;
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 50d308a305..eddf80012f 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfa/InverseStore.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfa/InverseStore.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.forms.xfa;
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 2d34c94e98..bcfcb597d9 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfa/XfaForm.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfa/XfaForm.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms.xfa;
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 0af5c532f7..34db7fd85e 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfa/Xml2Som.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfa/Xml2Som.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.forms.xfa;
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 4062add1e3..f91c93bad6 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfa/Xml2SomDatasets.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfa/Xml2SomDatasets.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.forms.xfa;
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 0cc564a5a1..43985e2700 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/ActionObject.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/ActionObject.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms.xfdf;
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 07ecd0326a..0bd514dd80 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/AnnotObject.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/AnnotObject.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms.xfdf;
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 2ef54927b7..5d887d931a 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/AnnotsObject.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/AnnotsObject.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.forms.xfdf;
diff --git a/forms/src/main/java/com/itextpdf/forms/xfdf/AttributeNotFoundException.java b/forms/src/main/java/com/itextpdf/forms/xfdf/AttributeNotFoundException.java
index 660b9fafe4..252b330577 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/AttributeNotFoundException.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/AttributeNotFoundException.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.forms.xfdf;
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 91336f911c..c88cb98ad8 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/AttributeObject.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/AttributeObject.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.forms.xfdf;
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 a584f20a2b..711fab66e9 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/BorderStyleAltObject.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/BorderStyleAltObject.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms.xfdf;
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 3d22cfef6e..fda02bba82 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/DestObject.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/DestObject.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms.xfdf;
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 a32d85d786..9ad12d2988 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/ElementContentEncodingFormat.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/ElementContentEncodingFormat.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.forms.xfdf;
diff --git a/forms/src/main/java/com/itextpdf/forms/xfdf/Encoding.java b/forms/src/main/java/com/itextpdf/forms/xfdf/Encoding.java
index 7572a51a0e..d48ee23dcc 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/Encoding.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/Encoding.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.forms.xfdf;
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 67e3520503..3b8517dcd8 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/FObject.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/FObject.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.forms.xfdf;
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 9a716273e6..1db785ddd2 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/FieldObject.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/FieldObject.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms.xfdf;
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 75d8459a8a..be2df43394 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/FieldsObject.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/FieldsObject.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.forms.xfdf;
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 7b807bae30..604c7aa47d 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/FitObject.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/FitObject.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms.xfdf;
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 b93b19f41c..7fc2599237 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/IdsObject.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/IdsObject.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.forms.xfdf;
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 4da8650a33..6b27fc838f 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/Mode.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/Mode.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.forms.xfdf;
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 b1c445d60a..604304d799 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfConstants.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfConstants.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.forms.xfdf;
diff --git a/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfException.java b/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfException.java
index df634b92ea..719ef36141 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfException.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfException.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms.xfdf;
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 2b8123b9bc..e2f28c883c 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfFileUtils.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfFileUtils.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.forms.xfdf;
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 aabe9ed2de..54e09da133 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfObject.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfObject.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms.xfdf;
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 0df5efa4ca..e0fde4c7fb 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfObjectFactory.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfObjectFactory.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms.xfdf;
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 1de13e850c..ed467ef3bc 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfObjectUtils.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfObjectUtils.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms.xfdf;
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 b5d3dbaa10..2028181d78 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfReader.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfReader.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms.xfdf;
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 4d5271e553..b510c9ff69 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfWriter.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfWriter.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms.xfdf;
diff --git a/forms/src/test/java/com/itextpdf/forms/FlatteningRotatedTest.java b/forms/src/test/java/com/itextpdf/forms/FlatteningRotatedTest.java
index 3aac1ba296..f3ca0823d8 100644
--- a/forms/src/test/java/com/itextpdf/forms/FlatteningRotatedTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/FlatteningRotatedTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.forms;
diff --git a/forms/src/test/java/com/itextpdf/forms/FlatteningTest.java b/forms/src/test/java/com/itextpdf/forms/FlatteningTest.java
index be7b2c37e4..1b89295976 100644
--- a/forms/src/test/java/com/itextpdf/forms/FlatteningTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/FlatteningTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms;
diff --git a/forms/src/test/java/com/itextpdf/forms/FlatteningWithNullKidElementTest.java b/forms/src/test/java/com/itextpdf/forms/FlatteningWithNullKidElementTest.java
index 3b9aabdc18..802012f4c2 100644
--- a/forms/src/test/java/com/itextpdf/forms/FlatteningWithNullKidElementTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/FlatteningWithNullKidElementTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms;
diff --git a/forms/src/test/java/com/itextpdf/forms/FormFieldAppendTest.java b/forms/src/test/java/com/itextpdf/forms/FormFieldAppendTest.java
index 3006aff545..ccb6f2ebf6 100644
--- a/forms/src/test/java/com/itextpdf/forms/FormFieldAppendTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/FormFieldAppendTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms;
diff --git a/forms/src/test/java/com/itextpdf/forms/FormFieldFlatteningTest.java b/forms/src/test/java/com/itextpdf/forms/FormFieldFlatteningTest.java
index 0e8a3d6900..1e14915aa3 100644
--- a/forms/src/test/java/com/itextpdf/forms/FormFieldFlatteningTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/FormFieldFlatteningTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms;
diff --git a/forms/src/test/java/com/itextpdf/forms/FormFieldsTaggingTest.java b/forms/src/test/java/com/itextpdf/forms/FormFieldsTaggingTest.java
index fc41c8dd1d..6b9c7c5777 100644
--- a/forms/src/test/java/com/itextpdf/forms/FormFieldsTaggingTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/FormFieldsTaggingTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms;
diff --git a/forms/src/test/java/com/itextpdf/forms/PdfAcroFormInAppendModeTest.java b/forms/src/test/java/com/itextpdf/forms/PdfAcroFormInAppendModeTest.java
index 64153c6153..d8c2a0c8d9 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 e75c67a726..4ea78d5c7e 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 7c97ec667f..78bb1e8041 100644
--- a/forms/src/test/java/com/itextpdf/forms/PdfCheckBoxFieldTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/PdfCheckBoxFieldTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms;
diff --git a/forms/src/test/java/com/itextpdf/forms/PdfChoiceFieldTest.java b/forms/src/test/java/com/itextpdf/forms/PdfChoiceFieldTest.java
index d36ba0a031..621e7e6881 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 d44202a92a..7df15be518 100644
--- a/forms/src/test/java/com/itextpdf/forms/PdfEncryptionTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/PdfEncryptionTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms;
diff --git a/forms/src/test/java/com/itextpdf/forms/PdfFormCopyTest.java b/forms/src/test/java/com/itextpdf/forms/PdfFormCopyTest.java
index 75515481ee..cc8988ff87 100644
--- a/forms/src/test/java/com/itextpdf/forms/PdfFormCopyTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/PdfFormCopyTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms;
diff --git a/forms/src/test/java/com/itextpdf/forms/PdfFormFieldMultilineTextTest.java b/forms/src/test/java/com/itextpdf/forms/PdfFormFieldMultilineTextTest.java
index 49e614f518..d25c4d3092 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 6eaf1895ef..16e89d95ef 100644
--- a/forms/src/test/java/com/itextpdf/forms/PdfFormFieldTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/PdfFormFieldTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms;
diff --git a/forms/src/test/java/com/itextpdf/forms/PdfFormFieldTextTest.java b/forms/src/test/java/com/itextpdf/forms/PdfFormFieldTextTest.java
index b5d3422287..8f48d45a10 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 00e9e382c2..d248c89fc2 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 35caeaa1bd..79229cdc0f 100644
--- a/forms/src/test/java/com/itextpdf/forms/Utf8FormsTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/Utf8FormsTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.forms;
diff --git a/forms/src/test/java/com/itextpdf/forms/XfdfReaderTest.java b/forms/src/test/java/com/itextpdf/forms/XfdfReaderTest.java
index eb45cb61f5..0084310761 100644
--- a/forms/src/test/java/com/itextpdf/forms/XfdfReaderTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/XfdfReaderTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms;
diff --git a/forms/src/test/java/com/itextpdf/forms/XfdfUnitTest.java b/forms/src/test/java/com/itextpdf/forms/XfdfUnitTest.java
index 07b377d7a6..fb7c9bd611 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 7bed4f7dcd..7a985473af 100644
--- a/forms/src/test/java/com/itextpdf/forms/XfdfWriterTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/XfdfWriterTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms;
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 146645ed52..d0dfb69608 100644
--- a/forms/src/test/java/com/itextpdf/forms/widget/AppearanceCharacteristicsTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/widget/AppearanceCharacteristicsTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms.widget;
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 4560dfdb9c..860568b4fc 100644
--- a/forms/src/test/java/com/itextpdf/forms/xfa/SecurityTestXmlParserFactory.java
+++ b/forms/src/test/java/com/itextpdf/forms/xfa/SecurityTestXmlParserFactory.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.forms.xfa;
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 8fc869598f..c5fc44c07f 100644
--- a/forms/src/test/java/com/itextpdf/forms/xfa/XFAFormTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/xfa/XFAFormTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms.xfa;
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 d45c94a0f9..804fe8e258 100644
--- a/forms/src/test/java/com/itextpdf/forms/xfa/XfaSecurityTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/xfa/XfaSecurityTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.forms.xfa;
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 af70419583..c55ff1cbdd 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 89e780925c..64a424118a 100644
--- a/forms/src/test/java/com/itextpdf/forms/xfdf/SecurityTestXmlParserFactory.java
+++ b/forms/src/test/java/com/itextpdf/forms/xfdf/SecurityTestXmlParserFactory.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.forms.xfdf;
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 5e9242f67a..a2acdcbedd 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 d0e6acf320..8a23f183b8 100644
--- a/forms/src/test/java/com/itextpdf/forms/xfdf/XfdfSecurityTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/xfdf/XfdfSecurityTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.forms.xfdf;
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 fe870b2235..bbfaefe6db 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 9f69856896..b092835a51 100644
--- a/hyph/pom.xml
+++ b/hyph/pom.xml
@@ -4,7 +4,7 @@
com.itextpdf
root
- 7.1.18
+ 7.1.19
hyph
iText 7 - hyph
diff --git a/io/pom.xml b/io/pom.xml
index 4cc76c8002..2baf7a0b7e 100644
--- a/io/pom.xml
+++ b/io/pom.xml
@@ -4,7 +4,7 @@
com.itextpdf
root
- 7.1.18
+ 7.1.19
io
iText 7 - io
diff --git a/io/src/main/java/com/itextpdf/io/IOException.java b/io/src/main/java/com/itextpdf/io/IOException.java
index c33324bd33..363f4f6e4c 100644
--- a/io/src/main/java/com/itextpdf/io/IOException.java
+++ b/io/src/main/java/com/itextpdf/io/IOException.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io;
diff --git a/io/src/main/java/com/itextpdf/io/IoExceptionMessage.java b/io/src/main/java/com/itextpdf/io/IoExceptionMessage.java
index 2533e3bd24..4d2e1bd557 100644
--- a/io/src/main/java/com/itextpdf/io/IoExceptionMessage.java
+++ b/io/src/main/java/com/itextpdf/io/IoExceptionMessage.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io;
diff --git a/io/src/main/java/com/itextpdf/io/LogMessageConstant.java b/io/src/main/java/com/itextpdf/io/LogMessageConstant.java
index 0e87eaef4c..9a383794d5 100644
--- a/io/src/main/java/com/itextpdf/io/LogMessageConstant.java
+++ b/io/src/main/java/com/itextpdf/io/LogMessageConstant.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.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 fb511f3f0b..22117bfda0 100644
--- a/io/src/main/java/com/itextpdf/io/codec/BitFile.java
+++ b/io/src/main/java/com/itextpdf/io/codec/BitFile.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.codec;
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 7e5145e4eb..b3d72f5887 100644
--- a/io/src/main/java/com/itextpdf/io/codec/CCITTG4Encoder.java
+++ b/io/src/main/java/com/itextpdf/io/codec/CCITTG4Encoder.java
@@ -1,45 +1,24 @@
/*
- *
- * This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+ This file is part of the iText (R) project.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.codec;
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 961d53770a..2cdc5a99b8 100644
--- a/io/src/main/java/com/itextpdf/io/codec/Jbig2SegmentReader.java
+++ b/io/src/main/java/com/itextpdf/io/codec/Jbig2SegmentReader.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.codec;
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 7c8fe7d596..abb8983e6c 100644
--- a/io/src/main/java/com/itextpdf/io/codec/LZWCompressor.java
+++ b/io/src/main/java/com/itextpdf/io/codec/LZWCompressor.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.codec;
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 22133b0b76..a2c999bc53 100644
--- a/io/src/main/java/com/itextpdf/io/codec/LZWStringTable.java
+++ b/io/src/main/java/com/itextpdf/io/codec/LZWStringTable.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.codec;
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 c091368223..d1ac04be2b 100644
--- a/io/src/main/java/com/itextpdf/io/codec/PngWriter.java
+++ b/io/src/main/java/com/itextpdf/io/codec/PngWriter.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.codec;
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 bbe18f1578..bb1dfe2bde 100644
--- a/io/src/main/java/com/itextpdf/io/codec/TiffWriter.java
+++ b/io/src/main/java/com/itextpdf/io/codec/TiffWriter.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.codec;
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 b7fa8307e2..ae159ebc91 100644
--- a/io/src/main/java/com/itextpdf/io/colors/IccProfile.java
+++ b/io/src/main/java/com/itextpdf/io/colors/IccProfile.java
@@ -1,45 +1,24 @@
/*
- *
- * This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+ This file is part of the iText (R) project.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.colors;
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 9c13c4aa67..31db69f9b5 100644
--- a/io/src/main/java/com/itextpdf/io/font/AdobeGlyphList.java
+++ b/io/src/main/java/com/itextpdf/io/font/AdobeGlyphList.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font;
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 dd4efaf2c3..4e57e9d33e 100644
--- a/io/src/main/java/com/itextpdf/io/font/CFFFont.java
+++ b/io/src/main/java/com/itextpdf/io/font/CFFFont.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font;
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 6f948ad258..afc3112683 100644
--- a/io/src/main/java/com/itextpdf/io/font/CFFFontSubset.java
+++ b/io/src/main/java/com/itextpdf/io/font/CFFFontSubset.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font;
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 ab798eb93b..2488022bc9 100644
--- a/io/src/main/java/com/itextpdf/io/font/CMapEncoding.java
+++ b/io/src/main/java/com/itextpdf/io/font/CMapEncoding.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font;
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 08c9ddd870..797b8e433c 100644
--- a/io/src/main/java/com/itextpdf/io/font/CidFont.java
+++ b/io/src/main/java/com/itextpdf/io/font/CidFont.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font;
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 1242a23197..bccc4649af 100644
--- a/io/src/main/java/com/itextpdf/io/font/CidFontProperties.java
+++ b/io/src/main/java/com/itextpdf/io/font/CidFontProperties.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font;
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 b3c636ba13..1d44eddf5e 100644
--- a/io/src/main/java/com/itextpdf/io/font/FontCache.java
+++ b/io/src/main/java/com/itextpdf/io/font/FontCache.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font;
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 7d4d335e68..e660942fe7 100644
--- a/io/src/main/java/com/itextpdf/io/font/FontCacheKey.java
+++ b/io/src/main/java/com/itextpdf/io/font/FontCacheKey.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font;
diff --git a/io/src/main/java/com/itextpdf/io/font/FontConstants.java b/io/src/main/java/com/itextpdf/io/font/FontConstants.java
index 692d30414f..0d08437bab 100644
--- a/io/src/main/java/com/itextpdf/io/font/FontConstants.java
+++ b/io/src/main/java/com/itextpdf/io/font/FontConstants.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font;
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 84196e234a..c6dc60ecea 100644
--- a/io/src/main/java/com/itextpdf/io/font/FontEncoding.java
+++ b/io/src/main/java/com/itextpdf/io/font/FontEncoding.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font;
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 09871a8f60..6b7b808748 100644
--- a/io/src/main/java/com/itextpdf/io/font/FontIdentification.java
+++ b/io/src/main/java/com/itextpdf/io/font/FontIdentification.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font;
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 5624b06106..738678f560 100644
--- a/io/src/main/java/com/itextpdf/io/font/FontMetrics.java
+++ b/io/src/main/java/com/itextpdf/io/font/FontMetrics.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font;
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 eb8fffafa9..4b83ba70bd 100644
--- a/io/src/main/java/com/itextpdf/io/font/FontNames.java
+++ b/io/src/main/java/com/itextpdf/io/font/FontNames.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font;
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 2897604c1b..1a8db6d72d 100644
--- a/io/src/main/java/com/itextpdf/io/font/FontProgram.java
+++ b/io/src/main/java/com/itextpdf/io/font/FontProgram.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font;
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 50b193665d..58c4b81ccd 100644
--- a/io/src/main/java/com/itextpdf/io/font/FontProgramDescriptor.java
+++ b/io/src/main/java/com/itextpdf/io/font/FontProgramDescriptor.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font;
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 ac3fdf8725..3675ecc049 100644
--- a/io/src/main/java/com/itextpdf/io/font/FontProgramDescriptorFactory.java
+++ b/io/src/main/java/com/itextpdf/io/font/FontProgramDescriptorFactory.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font;
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 cea3da946e..9d8a7c4e14 100644
--- a/io/src/main/java/com/itextpdf/io/font/FontProgramFactory.java
+++ b/io/src/main/java/com/itextpdf/io/font/FontProgramFactory.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font;
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 449b4cbab9..482ffd5cd1 100644
--- a/io/src/main/java/com/itextpdf/io/font/FontRegisterProvider.java
+++ b/io/src/main/java/com/itextpdf/io/font/FontRegisterProvider.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font;
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 a5bb93b953..e0c425aaea 100644
--- a/io/src/main/java/com/itextpdf/io/font/IExtraEncoding.java
+++ b/io/src/main/java/com/itextpdf/io/font/IExtraEncoding.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font;
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 4eecc19e0d..a1ace1a186 100644
--- a/io/src/main/java/com/itextpdf/io/font/OpenTypeParser.java
+++ b/io/src/main/java/com/itextpdf/io/font/OpenTypeParser.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font;
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 e8e9e13786..5352f98dc2 100644
--- a/io/src/main/java/com/itextpdf/io/font/PdfEncodings.java
+++ b/io/src/main/java/com/itextpdf/io/font/PdfEncodings.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font;
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 e2bac3de21..c4a27515db 100644
--- a/io/src/main/java/com/itextpdf/io/font/Pfm2afm.java
+++ b/io/src/main/java/com/itextpdf/io/font/Pfm2afm.java
@@ -1,139 +1,25 @@
/*
- *
- * This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
-/********************************************************************
- * *
- * Title: pfm2afm - Convert Windows .pfm files to .afm files *
- * *
- * Author: Ken Borgendale 10/9/91 Version 1.0 *
- * *
- * Function: *
- * Convert a Windows .pfm (Printer Font Metrics) file to a *
- * .afm (Adobe Font Metrics) file. The purpose of this is *
- * to allow fonts put out for Windows to be used with OS/2. *
- * *
- * Syntax: *
- * pfm2afm infile [outfile] -a *
- * *
- * Copyright: *
- * pfm2afm - Copyright (C) IBM Corp., 1991 *
- * *
- * This code is released for public use as long as the *
- * copyright remains intact. This code is provided asis *
- * without any warrenties, express or implied. *
- * *
- * Notes: *
- * 1. Much of the information in the original .afm file is *
- * lost when the .pfm file is created, and thus cannot be *
- * reconstructed by this utility. This is especially true *
- * of data for characters not in the Windows character set. *
- * *
- * 2. This module is coded to be compiled by the MSC 6.0. *
- * For other compilers, be careful of the packing of the *
- * PFM structure. *
- * *
- ********************************************************************/
+ This file is part of the iText (R) project.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
-/********************************************************************
- * *
- * Modifications by Rod Smith, 5/22/96 *
- * *
- * These changes look for the strings "italic", "bold", "black", *
- * and "light" in the font's name and set the weight accordingly *
- * and adds an ItalicAngle line with a value of "0" or "-12.00". *
- * This allows OS/2 programs such as DeScribe to handle the bold *
- * and italic attributes appropriately, which was not the case *
- * when I used the original version on fonts from the KeyFonts *
- * Pro 2002 font CD. *
- * *
- * I've also increased the size of the buffer used to load the *
- * .PFM file; the old size was inadequate for most of the fonts *
- * from the SoftKey collection. *
- * *
- * Compiled with Watcom C 10.6 *
- * *
- ********************************************************************/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
-/********************************************************************
- * *
- * Further modifications, 4/21/98, by Rod Smith *
- * *
- * Minor changes to get the program to compile with gcc under *
- * Linux (Red Hat 5.0, to be precise). I had to add an itoa *
- * function from the net (the function was buggy, so I had to fix *
- * it, too!). I also made the program more friendly towards *
- * files with mixed-case filenames. *
- * *
- ********************************************************************/
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
-/********************************************************************
- * *
- * 1/31/2005, by Paulo Soares *
- * *
- * This code was integrated into iText. *
- * Note that the itoa function mentioned in the comment by Rod *
- * Smith is no longer in the code because Java has native support *
- * in PrintWriter to convert integers to strings *
- * *
- ********************************************************************/
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
-/********************************************************************
- * *
- * 7/16/2005, by Bruno Lowagie *
- * *
- * I solved an Eclipse Warning. *
- * *
- ********************************************************************/
-
-/********************************************************************
- * *
- * 9/14/2006, by Xavier Le Vourch *
- * *
- * expand import clauses (import java.io.*) *
- * the removal of an exception in readString was restored on 9/16 *
- * *
- ********************************************************************/
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
+ */
package com.itextpdf.io.font;
import com.itextpdf.io.source.RandomAccessFileOrArray;
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 6441e8af42..ed7f48d4de 100644
--- a/io/src/main/java/com/itextpdf/io/font/TrueTypeCollection.java
+++ b/io/src/main/java/com/itextpdf/io/font/TrueTypeCollection.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font;
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 54cd79ff93..3e0f34c614 100644
--- a/io/src/main/java/com/itextpdf/io/font/TrueTypeFont.java
+++ b/io/src/main/java/com/itextpdf/io/font/TrueTypeFont.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font;
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 e50918720f..b3eea740a6 100644
--- a/io/src/main/java/com/itextpdf/io/font/TrueTypeFontSubset.java
+++ b/io/src/main/java/com/itextpdf/io/font/TrueTypeFontSubset.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font;
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 9d7ee73011..4e06cb8f7f 100644
--- a/io/src/main/java/com/itextpdf/io/font/Type1Font.java
+++ b/io/src/main/java/com/itextpdf/io/font/Type1Font.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font;
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 fba45f3f5c..e186337d91 100644
--- a/io/src/main/java/com/itextpdf/io/font/Type1Parser.java
+++ b/io/src/main/java/com/itextpdf/io/font/Type1Parser.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font;
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 68ed37dcf8..397207999f 100644
--- a/io/src/main/java/com/itextpdf/io/font/WoffConverter.java
+++ b/io/src/main/java/com/itextpdf/io/font/WoffConverter.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font;
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 cac571a7df..b297dd05cf 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.cmap;
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 29fe0825d1..8e13f867ac 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.cmap;
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 b9b283c7fd..1edb4cc2f4 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.cmap;
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 114658f597..dcda769667 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.cmap;
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 a596637619..ebca2a01a4 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.cmap;
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 e76d60c0d9..594a5c9ea8 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.cmap;
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 763cb4272e..2e9ce5b15b 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.cmap;
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 8510c593c6..43eeeadbc6 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.cmap;
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 c51656ba21..e1904b7651 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.cmap;
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 32fa21653d..e0d7c12146 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.cmap;
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 4326289932..4226606c16 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.cmap;
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 4b9c9720b4..e4445526d8 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.cmap;
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 3ba16849c1..1451f00630 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.constants;
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 30eaf5dcee..0ec840eb39 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.constants;
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 e7ba5ee440..c6a5329f35 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.constants;
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 d771157c02..f8db06a60d 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.constants;
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 4d0a12adf9..bbed454ccc 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.constants;
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 c709fcd5a8..5ce08b5fc4 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.constants;
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 ecc77e8a11..abe2a7671a 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.constants;
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 5b1b1f861b..7239bbe68c 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.constants;
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 2e917a42b9..6cdf54106b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.constants;
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 9a69ed772e..395851d82a 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 5db6cc176f..34680f237c 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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/ContextualPositionTable.java b/io/src/main/java/com/itextpdf/io/font/otf/ContextualPositionTable.java
index 1cf6791f70..41d32db9af 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/ContextualPositionTable.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/ContextualPositionTable.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 cb955c918f..c64a795b8f 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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/ContextualSubTable.java b/io/src/main/java/com/itextpdf/io/font/otf/ContextualSubTable.java
index 737b8f5c72..87b303b964 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/ContextualSubTable.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/ContextualSubTable.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 b6e333de7c..f5452398e4 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 af0a168ba2..a7c38dae6e 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 cd1ad69af8..c82e37e87e 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 7e71c4fabe..33f027651d 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,45 +1,24 @@
/*
- *
- * This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+ This file is part of the iText (R) project.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 edff82f534..72c37da931 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,45 +1,24 @@
/*
- *
- * This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+ This file is part of the iText (R) project.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 2ec71b0afc..68a7faa3f6 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 551e50507c..40af7e1fa1 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 bfabdbcf1e..8054480518 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 926c1015ca..704d3cc557 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 b334fef7a4..313548402a 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 643fc8ce49..3ea8ab0c29 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 754162c0d9..982312a478 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 96caf06c19..42fbb5c8e4 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 f41d2a9896..1cf245f64c 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 e9aa5db242..4d0581b950 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 7c0c8f77ee..7024756b62 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 ddfcc555b7..0f0a442ff8 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 66d3978eb6..7fc108f8c0 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 d113bfb799..d918d6f4b6 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 26a61f9870..648a9bc5bd 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 7e974958e8..15e108ed54 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 32785aa5e8..d41443459b 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 69c8bf401c..2e4719adce 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 ed2529e2eb..a0a44034d9 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 c8f13e1331..678e461d31 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 adee64d280..39163a16c2 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 f373d7d14d..72aecf6c17 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 04b056adcb..03a58d1cc5 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,45 +1,24 @@
/*
- *
- * This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+ This file is part of the iText (R) project.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 b692181b73..c66873aba6 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 c7d867eeaf..f237004a6d 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 7bf5dd47f1..42ad007da1 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 daf7bc416a..3e8cd0d028 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 9d116c2f18..975df5f4e1 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 c2c584776b..a83ad7da7a 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 bde57bf389..2654b526fd 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 cd2e565763..5c7bab189e 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 cc70dbd7c8..cf9544d3ea 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 d34ffc8272..36449321cd 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf.lookuptype5;
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 6976b31094..ee178a0727 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf.lookuptype5;
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 1183df1af7..aa73022795 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf.lookuptype5;
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/lookuptype6/SubTableLookup6.java b/io/src/main/java/com/itextpdf/io/font/otf/lookuptype6/SubTableLookup6.java
index 159fc0f091..9130a5efbd 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/lookuptype6/SubTableLookup6.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/lookuptype6/SubTableLookup6.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf.lookuptype6;
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 79064dfb4d..0da3cc7b30 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf.lookuptype6;
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 f895d92c2d..bf709d8619 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf.lookuptype6;
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 6bbb9817b1..33453c7af1 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf.lookuptype6;
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 7786f904d8..9825d6cce9 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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/FontCompressionException.java b/io/src/main/java/com/itextpdf/io/font/woff2/FontCompressionException.java
index aff8181f88..73fac9face 100644
--- a/io/src/main/java/com/itextpdf/io/font/woff2/FontCompressionException.java
+++ b/io/src/main/java/com/itextpdf/io/font/woff2/FontCompressionException.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2;
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 f9ab1cb26a..9097f9bb48 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2;
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 66ce3db7c2..8d7aa287b2 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2;
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 81a1fca480..4a1646a0f1 100644
--- a/io/src/main/java/com/itextpdf/io/image/AwtImageDataFactory.java
+++ b/io/src/main/java/com/itextpdf/io/image/AwtImageDataFactory.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.image;
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 a7c1d0cf35..ce5f257a05 100644
--- a/io/src/main/java/com/itextpdf/io/image/BmpImageData.java
+++ b/io/src/main/java/com/itextpdf/io/image/BmpImageData.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.image;
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 758871a363..16a0df30a5 100644
--- a/io/src/main/java/com/itextpdf/io/image/BmpImageHelper.java
+++ b/io/src/main/java/com/itextpdf/io/image/BmpImageHelper.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.image;
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 a3d7a4696b..46095d4646 100644
--- a/io/src/main/java/com/itextpdf/io/image/GifImageData.java
+++ b/io/src/main/java/com/itextpdf/io/image/GifImageData.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.image;
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 2f996c1b89..e5bca3a0b6 100644
--- a/io/src/main/java/com/itextpdf/io/image/GifImageHelper.java
+++ b/io/src/main/java/com/itextpdf/io/image/GifImageHelper.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.image;
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 f4591acadf..d7b8679be8 100644
--- a/io/src/main/java/com/itextpdf/io/image/ImageData.java
+++ b/io/src/main/java/com/itextpdf/io/image/ImageData.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.image;
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 faa2e3a7cc..c61521942a 100644
--- a/io/src/main/java/com/itextpdf/io/image/ImageDataFactory.java
+++ b/io/src/main/java/com/itextpdf/io/image/ImageDataFactory.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.image;
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 8b2cf51373..ee1c43fce0 100644
--- a/io/src/main/java/com/itextpdf/io/image/ImageType.java
+++ b/io/src/main/java/com/itextpdf/io/image/ImageType.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.image;
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 cf0159427f..d95284ab94 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 b4197d18b7..ac3fb463a8 100644
--- a/io/src/main/java/com/itextpdf/io/image/Jbig2ImageData.java
+++ b/io/src/main/java/com/itextpdf/io/image/Jbig2ImageData.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.image;
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 41e70811c7..559650b3ec 100644
--- a/io/src/main/java/com/itextpdf/io/image/Jbig2ImageHelper.java
+++ b/io/src/main/java/com/itextpdf/io/image/Jbig2ImageHelper.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.image;
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 29bcf3a4db..dd5fa72746 100644
--- a/io/src/main/java/com/itextpdf/io/image/Jpeg2000ImageData.java
+++ b/io/src/main/java/com/itextpdf/io/image/Jpeg2000ImageData.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.image;
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 f81f62f805..09844b9b7b 100644
--- a/io/src/main/java/com/itextpdf/io/image/Jpeg2000ImageHelper.java
+++ b/io/src/main/java/com/itextpdf/io/image/Jpeg2000ImageHelper.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.image;
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 562b9d8fd8..6fbe0f87a6 100644
--- a/io/src/main/java/com/itextpdf/io/image/JpegImageData.java
+++ b/io/src/main/java/com/itextpdf/io/image/JpegImageData.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.image;
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 273d8e37f6..50c57c4de8 100644
--- a/io/src/main/java/com/itextpdf/io/image/JpegImageHelper.java
+++ b/io/src/main/java/com/itextpdf/io/image/JpegImageHelper.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.image;
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 6a5e59b226..b955d51dd6 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 3b299aee16..7f54d78f3d 100644
--- a/io/src/main/java/com/itextpdf/io/image/PngImageData.java
+++ b/io/src/main/java/com/itextpdf/io/image/PngImageData.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.image;
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 fc9730c5e7..89478c744e 100644
--- a/io/src/main/java/com/itextpdf/io/image/PngImageHelper.java
+++ b/io/src/main/java/com/itextpdf/io/image/PngImageHelper.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.image;
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 708238562b..edfdd26cc4 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 f6d6836993..c3d4a20e5c 100644
--- a/io/src/main/java/com/itextpdf/io/image/RawImageData.java
+++ b/io/src/main/java/com/itextpdf/io/image/RawImageData.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.image;
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 c7da89c1ad..9c37c042fb 100644
--- a/io/src/main/java/com/itextpdf/io/image/RawImageHelper.java
+++ b/io/src/main/java/com/itextpdf/io/image/RawImageHelper.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.image;
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 649f1e01d3..fb12cd184d 100644
--- a/io/src/main/java/com/itextpdf/io/image/TiffImageData.java
+++ b/io/src/main/java/com/itextpdf/io/image/TiffImageData.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.image;
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 2787506d35..3d57eb98b0 100644
--- a/io/src/main/java/com/itextpdf/io/image/TiffImageHelper.java
+++ b/io/src/main/java/com/itextpdf/io/image/TiffImageHelper.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.image;
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 04f8056c66..f4388435ce 100644
--- a/io/src/main/java/com/itextpdf/io/source/ArrayRandomAccessSource.java
+++ b/io/src/main/java/com/itextpdf/io/source/ArrayRandomAccessSource.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.source;
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 229ffdc819..830014759e 100644
--- a/io/src/main/java/com/itextpdf/io/source/ByteArrayOutputStream.java
+++ b/io/src/main/java/com/itextpdf/io/source/ByteArrayOutputStream.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.source;
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 438c94bebb..1152f5a698 100644
--- a/io/src/main/java/com/itextpdf/io/source/ByteBuffer.java
+++ b/io/src/main/java/com/itextpdf/io/source/ByteBuffer.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.source;
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 70f6dff199..343248bf27 100644
--- a/io/src/main/java/com/itextpdf/io/source/ByteBufferRandomAccessSource.java
+++ b/io/src/main/java/com/itextpdf/io/source/ByteBufferRandomAccessSource.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.source;
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 1cc94954da..edeb23801b 100644
--- a/io/src/main/java/com/itextpdf/io/source/ByteUtils.java
+++ b/io/src/main/java/com/itextpdf/io/source/ByteUtils.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.source;
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 31946e9039..b2866daac6 100644
--- a/io/src/main/java/com/itextpdf/io/source/DeflaterOutputStream.java
+++ b/io/src/main/java/com/itextpdf/io/source/DeflaterOutputStream.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.source;
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 e424e6ce5e..96497dbd05 100644
--- a/io/src/main/java/com/itextpdf/io/source/FileChannelRandomAccessSource.java
+++ b/io/src/main/java/com/itextpdf/io/source/FileChannelRandomAccessSource.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.source;
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 30d1811857..e775427542 100644
--- a/io/src/main/java/com/itextpdf/io/source/GetBufferedRandomAccessSource.java
+++ b/io/src/main/java/com/itextpdf/io/source/GetBufferedRandomAccessSource.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.source;
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 c8b04dde9a..d506d7eea3 100644
--- a/io/src/main/java/com/itextpdf/io/source/GroupedRandomAccessSource.java
+++ b/io/src/main/java/com/itextpdf/io/source/GroupedRandomAccessSource.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.source;
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 04a29b6c7a..27d1c15d76 100644
--- a/io/src/main/java/com/itextpdf/io/source/IRandomAccessSource.java
+++ b/io/src/main/java/com/itextpdf/io/source/IRandomAccessSource.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.source;
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 7d8d062f94..93e68a98ce 100644
--- a/io/src/main/java/com/itextpdf/io/source/IndependentRandomAccessSource.java
+++ b/io/src/main/java/com/itextpdf/io/source/IndependentRandomAccessSource.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.source;
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 387123edbd..41c6f2ddf7 100644
--- a/io/src/main/java/com/itextpdf/io/source/MappedChannelRandomAccessSource.java
+++ b/io/src/main/java/com/itextpdf/io/source/MappedChannelRandomAccessSource.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.source;
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 797661f657..3638682a60 100644
--- a/io/src/main/java/com/itextpdf/io/source/OutputStream.java
+++ b/io/src/main/java/com/itextpdf/io/source/OutputStream.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.source;
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 ab68f33f6d..1965db366b 100644
--- a/io/src/main/java/com/itextpdf/io/source/PagedChannelRandomAccessSource.java
+++ b/io/src/main/java/com/itextpdf/io/source/PagedChannelRandomAccessSource.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.source;
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 9d997cc42d..36e83bc3b3 100644
--- a/io/src/main/java/com/itextpdf/io/source/PdfTokenizer.java
+++ b/io/src/main/java/com/itextpdf/io/source/PdfTokenizer.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.source;
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 ac0471603c..a77996e20f 100644
--- a/io/src/main/java/com/itextpdf/io/source/RAFRandomAccessSource.java
+++ b/io/src/main/java/com/itextpdf/io/source/RAFRandomAccessSource.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.source;
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 b4d9500867..51a07fb19a 100644
--- a/io/src/main/java/com/itextpdf/io/source/RASInputStream.java
+++ b/io/src/main/java/com/itextpdf/io/source/RASInputStream.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.source;
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 8bfdc64477..83f73eb16f 100644
--- a/io/src/main/java/com/itextpdf/io/source/RandomAccessFileOrArray.java
+++ b/io/src/main/java/com/itextpdf/io/source/RandomAccessFileOrArray.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.source;
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 dad97ed531..178404851f 100644
--- a/io/src/main/java/com/itextpdf/io/source/RandomAccessSourceFactory.java
+++ b/io/src/main/java/com/itextpdf/io/source/RandomAccessSourceFactory.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.source;
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 325633d226..e3dbec813b 100644
--- a/io/src/main/java/com/itextpdf/io/source/ThreadSafeRandomAccessSource.java
+++ b/io/src/main/java/com/itextpdf/io/source/ThreadSafeRandomAccessSource.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.source;
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 b9db60810b..c6aa82b506 100644
--- a/io/src/main/java/com/itextpdf/io/source/WindowRandomAccessSource.java
+++ b/io/src/main/java/com/itextpdf/io/source/WindowRandomAccessSource.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.source;
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 53a3bc2e5e..3d198549c7 100644
--- a/io/src/main/java/com/itextpdf/io/util/ArrayUtil.java
+++ b/io/src/main/java/com/itextpdf/io/util/ArrayUtil.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.util;
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 856b59b68a..9db55c7f08 100644
--- a/io/src/main/java/com/itextpdf/io/util/CliCommandUtil.java
+++ b/io/src/main/java/com/itextpdf/io/util/CliCommandUtil.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.util;
diff --git a/io/src/main/java/com/itextpdf/io/util/DateTimeUtil.java b/io/src/main/java/com/itextpdf/io/util/DateTimeUtil.java
index 96e9ed5ee0..c6161dd2f6 100644
--- a/io/src/main/java/com/itextpdf/io/util/DateTimeUtil.java
+++ b/io/src/main/java/com/itextpdf/io/util/DateTimeUtil.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.util;
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 ec597d77b1..b5d4ea4c27 100644
--- a/io/src/main/java/com/itextpdf/io/util/DecimalFormatUtil.java
+++ b/io/src/main/java/com/itextpdf/io/util/DecimalFormatUtil.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.util;
diff --git a/io/src/main/java/com/itextpdf/io/util/EncodingUtil.java b/io/src/main/java/com/itextpdf/io/util/EncodingUtil.java
index 9a53613a7f..e5c9da523f 100644
--- a/io/src/main/java/com/itextpdf/io/util/EncodingUtil.java
+++ b/io/src/main/java/com/itextpdf/io/util/EncodingUtil.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.util;
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 ca01429afd..4b1515f77c 100644
--- a/io/src/main/java/com/itextpdf/io/util/EnumUtil.java
+++ b/io/src/main/java/com/itextpdf/io/util/EnumUtil.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.util;
diff --git a/io/src/main/java/com/itextpdf/io/util/ExceptionUtil.java b/io/src/main/java/com/itextpdf/io/util/ExceptionUtil.java
index 32ce32607c..5792593ecd 100644
--- a/io/src/main/java/com/itextpdf/io/util/ExceptionUtil.java
+++ b/io/src/main/java/com/itextpdf/io/util/ExceptionUtil.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.util;
diff --git a/io/src/main/java/com/itextpdf/io/util/FileUtil.java b/io/src/main/java/com/itextpdf/io/util/FileUtil.java
index 2f2782c5aa..db733de874 100644
--- a/io/src/main/java/com/itextpdf/io/util/FileUtil.java
+++ b/io/src/main/java/com/itextpdf/io/util/FileUtil.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.util;
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 b333e0ab18..dd47c571b9 100644
--- a/io/src/main/java/com/itextpdf/io/util/FilterUtil.java
+++ b/io/src/main/java/com/itextpdf/io/util/FilterUtil.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.util;
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 c346b6ae22..cb5bb00015 100644
--- a/io/src/main/java/com/itextpdf/io/util/GenericArray.java
+++ b/io/src/main/java/com/itextpdf/io/util/GenericArray.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.util;
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 78d3072919..1474768b7c 100644
--- a/io/src/main/java/com/itextpdf/io/util/GhostscriptHelper.java
+++ b/io/src/main/java/com/itextpdf/io/util/GhostscriptHelper.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.util;
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 04fd551002..49291baea9 100644
--- a/io/src/main/java/com/itextpdf/io/util/HashCode.java
+++ b/io/src/main/java/com/itextpdf/io/util/HashCode.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.util;
diff --git a/io/src/main/java/com/itextpdf/io/util/IdelOutputStream.java b/io/src/main/java/com/itextpdf/io/util/IdelOutputStream.java
index d3b55bff9f..4e6743a4cd 100644
--- a/io/src/main/java/com/itextpdf/io/util/IdelOutputStream.java
+++ b/io/src/main/java/com/itextpdf/io/util/IdelOutputStream.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.util;
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 3d2b247c9d..289b913f02 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 8490973591..8c78607b45 100644
--- a/io/src/main/java/com/itextpdf/io/util/ImageMagickHelper.java
+++ b/io/src/main/java/com/itextpdf/io/util/ImageMagickHelper.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.util;
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 50cce5a4d3..ee8c8c9274 100644
--- a/io/src/main/java/com/itextpdf/io/util/IntHashtable.java
+++ b/io/src/main/java/com/itextpdf/io/util/IntHashtable.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.util;
diff --git a/io/src/main/java/com/itextpdf/io/util/MessageFormatUtil.java b/io/src/main/java/com/itextpdf/io/util/MessageFormatUtil.java
index 92bec089eb..0b868235f9 100644
--- a/io/src/main/java/com/itextpdf/io/util/MessageFormatUtil.java
+++ b/io/src/main/java/com/itextpdf/io/util/MessageFormatUtil.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.util;
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 6bb03a79df..29f1bb89a7 100644
--- a/io/src/main/java/com/itextpdf/io/util/NumberUtil.java
+++ b/io/src/main/java/com/itextpdf/io/util/NumberUtil.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.util;
diff --git a/io/src/main/java/com/itextpdf/io/util/ProcessInfo.java b/io/src/main/java/com/itextpdf/io/util/ProcessInfo.java
index 0e98fa140b..7d1d19fd1e 100644
--- a/io/src/main/java/com/itextpdf/io/util/ProcessInfo.java
+++ b/io/src/main/java/com/itextpdf/io/util/ProcessInfo.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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/ResourceUtil.java b/io/src/main/java/com/itextpdf/io/util/ResourceUtil.java
index 47435a3f5f..5b8a430704 100644
--- a/io/src/main/java/com/itextpdf/io/util/ResourceUtil.java
+++ b/io/src/main/java/com/itextpdf/io/util/ResourceUtil.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.util;
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 40e47349e1..fcce217201 100644
--- a/io/src/main/java/com/itextpdf/io/util/StreamUtil.java
+++ b/io/src/main/java/com/itextpdf/io/util/StreamUtil.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.util;
diff --git a/io/src/main/java/com/itextpdf/io/util/SystemUtil.java b/io/src/main/java/com/itextpdf/io/util/SystemUtil.java
index 66f63f6e76..0420491813 100644
--- a/io/src/main/java/com/itextpdf/io/util/SystemUtil.java
+++ b/io/src/main/java/com/itextpdf/io/util/SystemUtil.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.util;
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 36ff4881c5..f646ca6029 100644
--- a/io/src/main/java/com/itextpdf/io/util/TextUtil.java
+++ b/io/src/main/java/com/itextpdf/io/util/TextUtil.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.util;
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 f01fdd2c7c..05c6dedfe9 100644
--- a/io/src/main/java/com/itextpdf/io/util/UrlUtil.java
+++ b/io/src/main/java/com/itextpdf/io/util/UrlUtil.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.util;
diff --git a/io/src/test/java/com/itextpdf/io/AdobeGlyphListTest.java b/io/src/test/java/com/itextpdf/io/AdobeGlyphListTest.java
index 3279988557..f63dbb76a3 100644
--- a/io/src/test/java/com/itextpdf/io/AdobeGlyphListTest.java
+++ b/io/src/test/java/com/itextpdf/io/AdobeGlyphListTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io;
diff --git a/io/src/test/java/com/itextpdf/io/UtilitiesTest.java b/io/src/test/java/com/itextpdf/io/UtilitiesTest.java
index ba2c129ff7..6f3d7cb3b2 100644
--- a/io/src/test/java/com/itextpdf/io/UtilitiesTest.java
+++ b/io/src/test/java/com/itextpdf/io/UtilitiesTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io;
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 b0852e2f44..d0595d14be 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 4a7864137f..0edac3102b 100644
--- a/io/src/test/java/com/itextpdf/io/font/FontCacheNoFontAsianTest.java
+++ b/io/src/test/java/com/itextpdf/io/font/FontCacheNoFontAsianTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font;
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 87d053feca..0d14b19aa3 100644
--- a/io/src/test/java/com/itextpdf/io/font/FontEncodingTest.java
+++ b/io/src/test/java/com/itextpdf/io/font/FontEncodingTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font;
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 e1c4e3d4b0..716d2a7a47 100644
--- a/io/src/test/java/com/itextpdf/io/font/FontProgramTest.java
+++ b/io/src/test/java/com/itextpdf/io/font/FontProgramTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font;
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 0130a7c49b..d77c80a1e2 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 ca1816e69f..ed8827ef40 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 146e6f38a1..5882a85fa6 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 a85e06d247..6c1fbe2a1b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.otf;
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 cfd7c73d84..55132826bc 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 aec3a13085..bb9f98b0f7 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 8da6ec295e..a312b0044f 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 db002c28b6..c5ca742552 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 1363db6a4c..0657b0482f 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 c3c478e0a7..e63e1b6999 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 d682cfad05..3e31acec67 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 ae6dc16eed..36eaa8c3f9 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 f348bde915..acaa8c81c9 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2;
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 815198156c..b68ccd9e90 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2;
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 06018f8550..2f2d3953d5 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c;
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 2e08160bb8..71768311c3 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 a963d226f5..bfd8edd57c 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 301fe794d1..82e7a1e6e4 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 cfaa56e485..b3e7ce84ca 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 e7311bda7e..e92030cb83 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 2f0ec483c6..f6aedf58a3 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 1a9238b04f..5984e2e742 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 d772f01c3d..3244ffd755 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 aa0e1d2076..432d04bff3 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 6377af8ea8..1cddbd87fa 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 55756cf00d..574608801b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 2039d1d434..40c5bdc4ff 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 12965b696f..fdf73a9991 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 c962a78324..972de62c86 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 781e261e60..8c98624946 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 1f34de70a7..81bc13630e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 677314d6c5..2debc963d6 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 aeafa6c50b..b5a32ed997 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 15db722991..5bdcc40876 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 5541178d71..28ce9039d8 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 0cb70dff51..58aa9e8ea3 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 4294b4c3d0..a63af5e506 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 e3a52b952d..a2804032c9 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 d63029e5de..ebadcfa5e1 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 8da22d0fa0..31e44664f7 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 d23a4162c9..22a8084a43 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 eed9f1c5b4..7947cd7d25 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 7aee65b12d..05d7a9e49c 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 c2d005d323..eacb081e47 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 a50ebcfd84..25174983c8 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 309f313951..64dc8c5868 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 b1fe9883fd..dfcae33d7c 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 0f1a1f1817..b5ad2fabf3 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 71148f2053..d1d182288a 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 26b65bb38b..7ef850e4e0 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 a844ba22b1..b33f0934b1 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 bf38167329..089e0a38f1 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 b11b3c3dab..da52d75eb0 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 28caa163a5..97bb999d96 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 0bde11decb..2d2b1c3c6f 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 2a8036d963..f2aae9cce9 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 23f21580dd..a3ec03b0e6 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 f712e6d736..5bde725532 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 629c5c155a..788e69375d 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 01767978b4..d269e7e652 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 f14600a0de..2e07063250 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 b2445bc77b..e887a719d2 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 d5c03d92a1..b5d48e0e4a 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 bf07c7a6f4..06f530db3f 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 4fc224502c..783b3be952 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 3eabd10133..31b04635b3 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 6855fc1313..99a2f58bee 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 57291bbfa2..8df3e6e57b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 cbe9550397..77939f5723 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 a4984bc864..ff3b981acf 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 2b3d7249a5..cb43171eb2 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 19a511dde4..c1dd97800a 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 6f480d5617..e158dcffa5 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 50f6fdcc38..e8f10da013 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 d323af8f14..00f0c1a2c0 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 00eb58bf1e..3ba9405c67 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 a60d69ead1..9be6fa6705 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 ea3185ac63..1ab48d4b45 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 02625a4c25..e543962717 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 77cb51fe5e..1e00d6945b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 a73457e103..e229465875 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 00efb63ebb..aa5e6d606e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 c8def45d14..315984dd80 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 4648c4417d..0fde1f1ac0 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 8c32686ea2..6d1c478991 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 5161132c4f..410de5a6ca 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 19352372ed..a0cc2f9a2b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 72c27a9b1f..cba4496c0d 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 6a868053ad..d96a09b389 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 4dd12d7a0b..9d524ad42b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 407e612538..e204196096 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 f507bf5cee..965152ac75 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 8f00415ba3..432750f5e9 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 f3c74bdfbf..7365d7666b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 983f2accca..0f3a9a7bba 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 ddc162ef0f..3ccfe2aa2f 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 7256b49775..953178e5ab 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 8c424c1927..11db8c58db 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 0919755fda..5cbaaa97f8 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 927834e253..7e72afd012 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 96f20312f1..2f6282d461 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 473334d47c..e981bda743 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 bc5304683e..b17ef87661 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 c3dbef9f0e..7d3d26502c 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 3d2f72ac41..8a8b1d8baa 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 e7f0d5d4b9..1b55e88af0 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 21df3d17c7..53b44fb97e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 9ce91639f5..088ac6e26e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 af49a91651..ba0bbc1ddf 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 eefe08068f..902ec2b451 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 f60e947955..97da445e88 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 d7da6afee9..2a374ececd 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 c17c4ce846..a4e895284e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 e3d3e2f07b..4848dd9740 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 bb8a8496bc..c19db683b1 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 8fefdf5b20..d467646958 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 a849cc777a..d411f77113 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 dc7ff26baa..c3e138cd87 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 cc4ccd35e7..6bb0ddfd8a 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 2734022c39..5eb0f245f1 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 7ee60d2844..a4c8c7cea5 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 4b18d0fff4..4080348478 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 5730258a41..38dc7e7b9a 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 18a61505f6..1b3a101378 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 36d756ebba..4c026881c4 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 2c4af0cbb6..bd90200ffd 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 b41254ea9d..bf0aa007f8 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 fc52c15df8..3fb951a947 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 a372af12b0..18c6f07d2c 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 6bc7a3dba1..2bd013ae58 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 4319ea1653..b03156bbcb 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 a3ff6ee341..fd24bf8f84 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 66eca09b9b..45e8d98801 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 51b15febce..d13defe421 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 6a4fa3e017..5d1fcd0feb 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 63b4ce32f6..74fbdbe63a 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 74a15fe0a3..e62e3528a4 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 d95078bc67..81362722da 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 b9d30fd6b1..efba45f8c1 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 36b03db634..a9867626ee 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 22a8521383..56bcf1c69f 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 a5ff58240a..f4a98ea84a 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 09142d896b..a0e5e6a05c 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 316463f4ad..e0debf222b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 837c4ff892..7e13392599 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 1db0cea1c0..1600fd8eee 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 7cee00a0b7..3862bce43f 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 e253a4f4df..7fe65f85f1 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 dd994e6edf..0c28a85486 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 5de8808f3d..841b33c618 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 109d01ebd4..3ccbe05bb1 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 5c8a815d8f..62f68debf2 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 5d42f01dde..200ba4b6df 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 30825e2fe1..3ca734c0d2 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 c83bfc40b6..c690e96c24 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 1a8025e8b9..31eed73d4f 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 692d8bf9e2..a29efa805d 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 bdf851f031..537884beef 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 ca2bf1bd1f..ca92380d9d 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 84b6f7085a..243e72f28b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 57b53a6f53..2e43ee83ca 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 2cec07263c..1436e8f4b4 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 f3a7de2c8a..85116a711b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 3c570c542c..c340bf97c5 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 cc260ea83e..caa4fd5601 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 e0d9ad69e1..6cf45d19ef 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 f51722f7c7..4e45bda8e2 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 a52c3676d7..afb504cf40 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 59d77cf9c9..bd39bab047 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 87231a28fe..2c4cc3e726 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 560892b75d..4ee1cb9ca6 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 e11e6418d5..9965d3e79f 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 0e71e6d30d..908ee26528 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 b8af7ea4b7..5f28e3d0ef 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.decoder;
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 78f4ddaca6..d875e80502 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 6fce8c1b95..8a6da6e2a8 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 01c2c84928..fe79220f1e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 2b5dcfef00..0bd61bcd19 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 53022086c4..1683f13065 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 ee274ebee6..52155a1660 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 d9dd3de6c8..a97ff17f5b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 66e83bb8e7..5f58b64fc6 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 e0124ccd4b..f90b20200f 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 90ab424cb6..008693750b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 87c5b024e2..95b9dd2731 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 78e750e032..bfafa140ef 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 9525d12f48..bdd4ee915e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 a377486bbf..cd12bcb067 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 bbb7f38022..1ae648c09e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 07aa1e7283..db107a3924 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 26163aec37..feafd77d74 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 f23f586025..64cf290bde 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 5876178b3a..660d3ef87c 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 532fff3b75..de3a25342a 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 7e34d27197..2a4798ff4f 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 f521d66ded..c385ad6ed4 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 f44e42c6f3..651d59583d 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 6bbe573d3d..cab2425641 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 ba559c2e2e..4a6b91c260 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 f79499bb43..6f2d6fb350 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 567cbda4a5..0613d3f256 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 51a6115700..e0a81664af 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 263d6b5492..ada0d953dc 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 47c241c4f2..7db12b94c4 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 913b6801ef..0e0a7b0c44 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 6c36837eb5..3a49a7081a 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 69d20dae37..07e05a90fb 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 71168cd861..3aa0d0d8f8 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 36b4473027..0a7e44d8e2 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 db1709fa61..77c24d4434 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 e9c06e4272..8cbdebadf3 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 9b5f8b38ea..a57bb1f9bd 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 1014c5f5de..b535b72e19 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 bc88b35c88..9c81414bea 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 d7e14f0c5e..8a5fd0d2ce 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 06ef727edd..d182b538f4 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 97d1d6939a..f65193ec94 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 2fe2be5b7c..9f45f8cd8a 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 dd2e70e59a..109e2036cd 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 6e2e53d9b5..3769ecef1c 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 a8cb53f0f3..8d0fc71285 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 4e9a897371..b9bab61dff 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 376b39a7a3..67b0982ed5 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 d184f77cd4..624fa06408 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.font.woff2.w3c.format;
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 d3008f7f05..326bc622d3 100644
--- a/io/src/test/java/com/itextpdf/io/image/BmpTest.java
+++ b/io/src/test/java/com/itextpdf/io/image/BmpTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.image;
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 4677333ea4..2f68e058d0 100644
--- a/io/src/test/java/com/itextpdf/io/image/GifTest.java
+++ b/io/src/test/java/com/itextpdf/io/image/GifTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.image;
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 0dc851506e..d54a3d87a0 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 e3eecb6e4e..8079e7194d 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 6793661c35..6ea617df30 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 53090a5f92..7386d7e4d3 100644
--- a/io/src/test/java/com/itextpdf/io/image/Jpeg2000Test.java
+++ b/io/src/test/java/com/itextpdf/io/image/Jpeg2000Test.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.image;
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 b2018aefbd..007b6fc812 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 8636bdaf94..6af6757ab0 100644
--- a/io/src/test/java/com/itextpdf/io/image/JpegTest.java
+++ b/io/src/test/java/com/itextpdf/io/image/JpegTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.image;
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 9e98b3f55f..0419dd2052 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 0f7310f9ed..fe0da8cc58 100644
--- a/io/src/test/java/com/itextpdf/io/image/TiffTest.java
+++ b/io/src/test/java/com/itextpdf/io/image/TiffTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.image;
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 1f96290490..ff3b9c6bdc 100644
--- a/io/src/test/java/com/itextpdf/io/source/PdfTokenizerTest.java
+++ b/io/src/test/java/com/itextpdf/io/source/PdfTokenizerTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.source;
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 377f768efc..d684b2fc30 100644
--- a/io/src/test/java/com/itextpdf/io/source/RAFRandomAccessSourceTest.java
+++ b/io/src/test/java/com/itextpdf/io/source/RAFRandomAccessSourceTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.source;
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 adf69aa02f..640c30bf05 100644
--- a/io/src/test/java/com/itextpdf/io/source/WriteNumbersTest.java
+++ b/io/src/test/java/com/itextpdf/io/source/WriteNumbersTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.source;
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 d8d7b8feae..30a59fd2fd 100644
--- a/io/src/test/java/com/itextpdf/io/source/WriteStringsTest.java
+++ b/io/src/test/java/com/itextpdf/io/source/WriteStringsTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.source;
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 bd34432982..81a3b443b9 100644
--- a/io/src/test/java/com/itextpdf/io/util/GhostScriptHelperUnitTest.java
+++ b/io/src/test/java/com/itextpdf/io/util/GhostScriptHelperUnitTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.util;
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 70dba7a0fd..53e2f24bf5 100644
--- a/io/src/test/java/com/itextpdf/io/util/GhostscriptHelperTest.java
+++ b/io/src/test/java/com/itextpdf/io/util/GhostscriptHelperTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.util;
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 1eb8a0478f..cc7b9916e0 100644
--- a/io/src/test/java/com/itextpdf/io/util/ImageMagickHelperTest.java
+++ b/io/src/test/java/com/itextpdf/io/util/ImageMagickHelperTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.util;
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 7664ae5e82..ac94a469fd 100644
--- a/io/src/test/java/com/itextpdf/io/util/ImageMagickHelperUnitTest.java
+++ b/io/src/test/java/com/itextpdf/io/util/ImageMagickHelperUnitTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.util;
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 81b2504057..6b84c18cf5 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 f4ee63a911..6c7f3b1ec0 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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/ProcessInfoTest.java b/io/src/test/java/com/itextpdf/io/util/ProcessInfoTest.java
index e02285f77a..276faded2a 100644
--- a/io/src/test/java/com/itextpdf/io/util/ProcessInfoTest.java
+++ b/io/src/test/java/com/itextpdf/io/util/ProcessInfoTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 0a8f14d61d..ed8415b5bf 100644
--- a/io/src/test/java/com/itextpdf/io/util/StandardOutUtil.java
+++ b/io/src/test/java/com/itextpdf/io/util/StandardOutUtil.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.util;
diff --git a/io/src/test/java/com/itextpdf/io/util/StringUtilTest.java b/io/src/test/java/com/itextpdf/io/util/StringUtilTest.java
index 13dc9a6baa..1368443f0c 100644
--- a/io/src/test/java/com/itextpdf/io/util/StringUtilTest.java
+++ b/io/src/test/java/com/itextpdf/io/util/StringUtilTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.io.util;
diff --git a/io/src/test/java/com/itextpdf/io/util/SystemUtilTest.java b/io/src/test/java/com/itextpdf/io/util/SystemUtilTest.java
index 840db94809..7f7629fd8a 100644
--- a/io/src/test/java/com/itextpdf/io/util/SystemUtilTest.java
+++ b/io/src/test/java/com/itextpdf/io/util/SystemUtilTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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/TextUtilTest.java b/io/src/test/java/com/itextpdf/io/util/TextUtilTest.java
index 6a73a335eb..7ab3c7b4bf 100644
--- a/io/src/test/java/com/itextpdf/io/util/TextUtilTest.java
+++ b/io/src/test/java/com/itextpdf/io/util/TextUtilTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.util;
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 0141fc373a..cdb9c8691a 100644
--- a/io/src/test/java/com/itextpdf/io/util/UrlUtilTest.java
+++ b/io/src/test/java/com/itextpdf/io/util/UrlUtilTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.io.util;
diff --git a/itextcore/pom.xml b/itextcore/pom.xml
index 0e365f6158..d563ff66f7 100644
--- a/itextcore/pom.xml
+++ b/itextcore/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.itextpdf
itext7-core
- 7.1.18
+ 7.1.19
pom
iText 7 Core
A Free Java-PDF library
diff --git a/kernel/pom.xml b/kernel/pom.xml
index 388fc60901..970a12826b 100644
--- a/kernel/pom.xml
+++ b/kernel/pom.xml
@@ -4,7 +4,7 @@
com.itextpdf
root
- 7.1.18
+ 7.1.19
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/KernelLogMessageConstant.java b/kernel/src/main/java/com/itextpdf/kernel/KernelLogMessageConstant.java
index 6a217f31bd..f0d23e232b 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/KernelLogMessageConstant.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/KernelLogMessageConstant.java
@@ -1,46 +1,25 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
-
package com.itextpdf.kernel;
/**
diff --git a/kernel/src/main/java/com/itextpdf/kernel/LicenseVersionException.java b/kernel/src/main/java/com/itextpdf/kernel/LicenseVersionException.java
index d793ed2748..338835b167 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/LicenseVersionException.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/LicenseVersionException.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/PdfException.java b/kernel/src/main/java/com/itextpdf/kernel/PdfException.java
index 25ecbed199..4c9a534493 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/PdfException.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/PdfException.java
@@ -1,45 +1,24 @@
/*
+ This file is part of the iText (R) project.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/ProductInfo.java b/kernel/src/main/java/com/itextpdf/kernel/ProductInfo.java
index 0cc49658ed..409c8d296e 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/ProductInfo.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/ProductInfo.java
@@ -1,45 +1,24 @@
/*
-
- This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ This file is part of the iText (R) project.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/Version.java b/kernel/src/main/java/com/itextpdf/kernel/Version.java
index f39affd42d..33af903754 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/Version.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/Version.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel;
@@ -78,7 +57,7 @@ public final class Version {
* This String contains the version number of this iText release.
* For debugging purposes, we request you NOT to change this constant.
*/
- private static final String release = "7.1.18";
+ private static final String release = "7.1.19";
/**
* This String contains the iText version as shown in the producer line.
* iText is a product developed by iText Group NV.
diff --git a/kernel/src/main/java/com/itextpdf/kernel/VersionInfo.java b/kernel/src/main/java/com/itextpdf/kernel/VersionInfo.java
index ec9695166c..c784cb8478 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/VersionInfo.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/VersionInfo.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel;
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 ca4c4c21d3..92d4b976db 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/colors/CalGray.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/colors/CalGray.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.colors;
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 d4c27a25ee..abdbb794fc 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/colors/CalRgb.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/colors/CalRgb.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.colors;
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 b50cffbce6..2f961ac806 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/colors/Color.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/colors/Color.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.colors;
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 473bdc5ad7..3895ebd68b 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/colors/ColorConstants.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/colors/ColorConstants.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.colors;
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 a9b9a2adce..dbcbdffa9c 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/colors/DeviceCmyk.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/colors/DeviceCmyk.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.colors;
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 22aa740f3b..5e84219de8 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/colors/DeviceGray.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/colors/DeviceGray.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.colors;
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 b2d930a41f..deefaaa4aa 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/colors/DeviceN.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/colors/DeviceN.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.colors;
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 391afaac43..cad018a14a 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/colors/DeviceRgb.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/colors/DeviceRgb.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.colors;
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 0f1afd1de0..2db6457826 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/colors/IccBased.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/colors/IccBased.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.colors;
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 135a36c73d..4fd41edeca 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/colors/Indexed.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/colors/Indexed.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.colors;
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 c54e535824..42fb118bee 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/colors/Lab.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/colors/Lab.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.colors;
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 07fea1f69f..5646695520 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/colors/PatternColor.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/colors/PatternColor.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.colors;
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 ea45060946..f782f78a17 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/colors/Separation.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/colors/Separation.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.colors;
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 5a3af45517..87162a044f 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/colors/WebColors.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/colors/WebColors.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.colors;
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 28c386589f..f5270f5cba 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 6faa13cb41..251c994d44 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 eacfff532e..fa4b71693d 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 7ceb559f2b..66f3739d91 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 96f22f056f..c8a2b6de77 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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/counter/ContextManager.java b/kernel/src/main/java/com/itextpdf/kernel/counter/ContextManager.java
index 0e23083ed4..bff0f562e1 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/counter/ContextManager.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/counter/ContextManager.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.counter;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/counter/DataHandlerCounter.java b/kernel/src/main/java/com/itextpdf/kernel/counter/DataHandlerCounter.java
index 4a5c8e529a..6ed039e95a 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/counter/DataHandlerCounter.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/counter/DataHandlerCounter.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.counter;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/counter/DefaultEventCounter.java b/kernel/src/main/java/com/itextpdf/kernel/counter/DefaultEventCounter.java
index 0f5cf8e752..8ac8beffe3 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/counter/DefaultEventCounter.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/counter/DefaultEventCounter.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.counter;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/counter/EventCounter.java b/kernel/src/main/java/com/itextpdf/kernel/counter/EventCounter.java
index ba2b12026f..fad64935d9 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/counter/EventCounter.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/counter/EventCounter.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.counter;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/counter/EventCounterHandler.java b/kernel/src/main/java/com/itextpdf/kernel/counter/EventCounterHandler.java
index 6718ff9122..976e8dc9ae 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/counter/EventCounterHandler.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/counter/EventCounterHandler.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.counter;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/counter/IEventCounterFactory.java b/kernel/src/main/java/com/itextpdf/kernel/counter/IEventCounterFactory.java
index 8529c56eb7..b40f9faa10 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/counter/IEventCounterFactory.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/counter/IEventCounterFactory.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.counter;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/counter/NamespaceConstant.java b/kernel/src/main/java/com/itextpdf/kernel/counter/NamespaceConstant.java
index a52a6d4b0c..df196184e6 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/counter/NamespaceConstant.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/counter/NamespaceConstant.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.counter;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/counter/SimpleEventCounterFactory.java b/kernel/src/main/java/com/itextpdf/kernel/counter/SimpleEventCounterFactory.java
index 7e84d8f01c..19e4fa045f 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/counter/SimpleEventCounterFactory.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/counter/SimpleEventCounterFactory.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.counter;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/counter/SystemOutEventCounter.java b/kernel/src/main/java/com/itextpdf/kernel/counter/SystemOutEventCounter.java
index bc78ea7286..41770ac97b 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/counter/SystemOutEventCounter.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/counter/SystemOutEventCounter.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.counter;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/counter/SystemOutEventCounterFactory.java b/kernel/src/main/java/com/itextpdf/kernel/counter/SystemOutEventCounterFactory.java
index 522f868e41..cec8efc078 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/counter/SystemOutEventCounterFactory.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/counter/SystemOutEventCounterFactory.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.counter;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/counter/context/GenericContext.java b/kernel/src/main/java/com/itextpdf/kernel/counter/context/GenericContext.java
index 92fb1cab87..6789a67e88 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/counter/context/GenericContext.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/counter/context/GenericContext.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.counter.context;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/counter/context/IContext.java b/kernel/src/main/java/com/itextpdf/kernel/counter/context/IContext.java
index 93172c6d5c..2b296e0080 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/counter/context/IContext.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/counter/context/IContext.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.counter.context;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/counter/context/UnknownContext.java b/kernel/src/main/java/com/itextpdf/kernel/counter/context/UnknownContext.java
index 81bf00872f..679f270a74 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/counter/context/UnknownContext.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/counter/context/UnknownContext.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.counter.context;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/counter/data/EventData.java b/kernel/src/main/java/com/itextpdf/kernel/counter/data/EventData.java
index 82caf60b76..8517479ebc 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/counter/data/EventData.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/counter/data/EventData.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.counter.data;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/counter/data/EventDataCacheComparatorBased.java b/kernel/src/main/java/com/itextpdf/kernel/counter/data/EventDataCacheComparatorBased.java
index 317a0d00d7..87a56de11b 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/counter/data/EventDataCacheComparatorBased.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/counter/data/EventDataCacheComparatorBased.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.counter.data;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/counter/data/EventDataCacheQueueBased.java b/kernel/src/main/java/com/itextpdf/kernel/counter/data/EventDataCacheQueueBased.java
index 6d9820d518..4e517079e8 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/counter/data/EventDataCacheQueueBased.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/counter/data/EventDataCacheQueueBased.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.counter.data;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/counter/data/EventDataHandler.java b/kernel/src/main/java/com/itextpdf/kernel/counter/data/EventDataHandler.java
index d5a9608510..77483ab8e4 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/counter/data/EventDataHandler.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/counter/data/EventDataHandler.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.counter.data;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/counter/data/EventDataHandlerUtil.java b/kernel/src/main/java/com/itextpdf/kernel/counter/data/EventDataHandlerUtil.java
index 8d32504fc9..29324415ba 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/counter/data/EventDataHandlerUtil.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/counter/data/EventDataHandlerUtil.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.counter.data;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/counter/data/IEventDataCache.java b/kernel/src/main/java/com/itextpdf/kernel/counter/data/IEventDataCache.java
index a0d883ed6f..562e7cd6c8 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/counter/data/IEventDataCache.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/counter/data/IEventDataCache.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.counter.data;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/counter/data/IEventDataFactory.java b/kernel/src/main/java/com/itextpdf/kernel/counter/data/IEventDataFactory.java
index 4fb6d7be3d..c6ad530cc8 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/counter/data/IEventDataFactory.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/counter/data/IEventDataFactory.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.counter.data;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/counter/data/WaitTime.java b/kernel/src/main/java/com/itextpdf/kernel/counter/data/WaitTime.java
index 866e6acb57..63347bf15c 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/counter/data/WaitTime.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/counter/data/WaitTime.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.counter.data;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/counter/event/CoreEvent.java b/kernel/src/main/java/com/itextpdf/kernel/counter/event/CoreEvent.java
index 41dd318c86..722c3ea231 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/counter/event/CoreEvent.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/counter/event/CoreEvent.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.counter.event;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/counter/event/IEvent.java b/kernel/src/main/java/com/itextpdf/kernel/counter/event/IEvent.java
index 46d9f28a7a..9bc539c70a 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/counter/event/IEvent.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/counter/event/IEvent.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.counter.event;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/counter/event/IGenericEvent.java b/kernel/src/main/java/com/itextpdf/kernel/counter/event/IGenericEvent.java
index af5b4ed4ed..ca512538ad 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/counter/event/IGenericEvent.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/counter/event/IGenericEvent.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.counter.event;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/counter/event/IMetaInfo.java b/kernel/src/main/java/com/itextpdf/kernel/counter/event/IMetaInfo.java
index 4b9239d1f9..90b6ebf2f3 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/counter/event/IMetaInfo.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/counter/event/IMetaInfo.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.counter.event;
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 b0060d6845..716d9310ed 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/AESCipher.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/AESCipher.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.crypto;
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 47c7e76071..5cbc9ec6c1 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/AESCipherCBCnoPad.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/AESCipherCBCnoPad.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.crypto;
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 49f5243614..b5adf18495 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/ARCFOUREncryption.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/ARCFOUREncryption.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.crypto;
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 984bcb94f3..364d90b46b 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/AesDecryptor.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/AesDecryptor.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.crypto;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/crypto/BadPasswordException.java b/kernel/src/main/java/com/itextpdf/kernel/crypto/BadPasswordException.java
index 7abc54dba9..7cde2715cf 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/BadPasswordException.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/BadPasswordException.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.crypto;
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 8e54efd080..072b87c03d 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/CryptoUtil.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/CryptoUtil.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.crypto;
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 1186d38be6..2b383d2f9d 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/IDecryptor.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/IDecryptor.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.crypto;
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 232676de9d..b8458bb87d 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/IVGenerator.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/IVGenerator.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.crypto;
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 dd86526606..a41234e31d 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/OutputStreamAesEncryption.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/OutputStreamAesEncryption.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.crypto;
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 5a03dbb9ad..786ad1f54d 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/OutputStreamEncryption.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/OutputStreamEncryption.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.crypto;
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 90d318eaee..5f761d3a51 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/OutputStreamStandardEncryption.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/OutputStreamStandardEncryption.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.crypto;
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 038505113c..4c4d506326 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/StandardDecryptor.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/StandardDecryptor.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.crypto;
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 f5edb3589d..56d0935c3d 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.crypto.securityhandler;
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 c5a32d5221..20943ac3b0 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.crypto.securityhandler;
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 8ebd1fe5ce..b635821240 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.crypto.securityhandler;
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 3cbceaea43..69627b0e9b 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.crypto.securityhandler;
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 2dc7c4df81..14e3f2bfa9 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.crypto.securityhandler;
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 b6a5274e2d..3750553a6f 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.crypto.securityhandler;
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 22b11c9f71..9442ae3e32 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.crypto.securityhandler;
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 a761366cc4..c80d0835d2 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.crypto.securityhandler;
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 922ce1d300..cbc8d74b04 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.crypto.securityhandler;
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 ab6d9067af..81475e1f2d 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.crypto.securityhandler;
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 e620ebd5bf..ab96500c4f 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.crypto.securityhandler;
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 f5e68d15da..5e2cdcf23c 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.crypto.securityhandler;
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 5201c11c00..2706a5def0 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.crypto.securityhandler;
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 edb829480f..461a9449bf 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.crypto.securityhandler;
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 6ac1d14a11..901b7b9e96 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/events/Event.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/events/Event.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.events;
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 7a02dc95de..16abf2da84 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/events/EventDispatcher.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/events/EventDispatcher.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.events;
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 0de83da561..dfe53aa9d0 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/events/IEventDispatcher.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/events/IEventDispatcher.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.events;
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 5b20b41e27..343d5d4dc5 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/events/IEventHandler.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/events/IEventHandler.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.events;
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 2b0b396198..66bd8942a7 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/events/PdfDocumentEvent.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/events/PdfDocumentEvent.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.events;
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 cde3efbede..b61d294d0b 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 04efef7f0a..baf1ded3f7 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/font/DocFontEncoding.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/font/DocFontEncoding.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.font;
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 54fd79853c..a83a057e03 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/font/DocTrueTypeFont.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/font/DocTrueTypeFont.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.font;
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 49dd980d6d..7775bafacd 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/font/DocType1Font.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/font/DocType1Font.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.font;
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 f5476b0af8..ba16b86697 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/font/FontUtil.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/font/FontUtil.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.font;
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 d10e044db6..fe80ff2c12 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/font/IDocFontProgram.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/font/IDocFontProgram.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.font;
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 19ce7f0997..1e89a47889 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/font/PdfFont.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/font/PdfFont.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.font;
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 342d3b87f4..a2f596729f 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/font/PdfFontFactory.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/font/PdfFontFactory.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.font;
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 a908f20c92..264277b4aa 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/font/PdfSimpleFont.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/font/PdfSimpleFont.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.font;
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 29079fda17..f3c32861cf 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/font/PdfTrueTypeFont.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/font/PdfTrueTypeFont.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.font;
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 03e319806e..ee815d746b 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/font/PdfType0Font.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/font/PdfType0Font.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.font;
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 2b7b6af9d4..07d3599d35 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/font/PdfType1Font.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/font/PdfType1Font.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.font;
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 25eeefce79..9bcf30576e 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/font/PdfType3Font.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/font/PdfType3Font.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.font;
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 623875286f..333158a2b2 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/font/Type3Font.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/font/Type3Font.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.font;
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 cda9ee8feb..62440aaa1d 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/font/Type3Glyph.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/font/Type3Glyph.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.font;
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 9d0a00a383..6a2be0bfe3 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/geom/AffineTransform.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/geom/AffineTransform.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.geom;
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 27d836a807..5caf8c53f8 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/geom/BezierCurve.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/geom/BezierCurve.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.geom;
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 7e33d4b548..9eae0ec703 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/geom/IShape.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/geom/IShape.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.geom;
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 97a7a157b4..0f3473b078 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/geom/Line.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/geom/Line.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.geom;
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 95016274b4..16a87db2ff 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/geom/LineSegment.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/geom/LineSegment.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.geom;
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 14cbfc360f..d3a9cd2419 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/geom/Matrix.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/geom/Matrix.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.geom;
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 4fb6c55928..9e73a94b9b 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/geom/PageSize.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/geom/PageSize.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.geom;
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 ad9a764ae4..162a18c88a 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/geom/Path.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/geom/Path.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.geom;
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 a5b3c42307..ae7f2dbab6 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/geom/Rectangle.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/geom/Rectangle.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.geom;
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 f606062de7..bf819023c0 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 4eedd89702..b5c0553b6e 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/geom/Subpath.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/geom/Subpath.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.geom;
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 78d1d76eec..3741afd499 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/geom/Vector.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/geom/Vector.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.geom;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/log/CounterManager.java b/kernel/src/main/java/com/itextpdf/kernel/log/CounterManager.java
index cd3a2fadf6..163ee116c6 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/log/CounterManager.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/log/CounterManager.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.log;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/log/DefaultCounter.java b/kernel/src/main/java/com/itextpdf/kernel/log/DefaultCounter.java
index da251d7266..818e388d30 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/log/DefaultCounter.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/log/DefaultCounter.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.log;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/log/ICounter.java b/kernel/src/main/java/com/itextpdf/kernel/log/ICounter.java
index 007cb1bb06..e38f52aabd 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/log/ICounter.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/log/ICounter.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.log;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/log/ICounterFactory.java b/kernel/src/main/java/com/itextpdf/kernel/log/ICounterFactory.java
index b1c0d58b6a..c8ff434549 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/log/ICounterFactory.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/log/ICounterFactory.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.log;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/log/SimpleCounterFactory.java b/kernel/src/main/java/com/itextpdf/kernel/log/SimpleCounterFactory.java
index da9ef5c4bb..95151326a0 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/log/SimpleCounterFactory.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/log/SimpleCounterFactory.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.log;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/log/SystemOutCounter.java b/kernel/src/main/java/com/itextpdf/kernel/log/SystemOutCounter.java
index fb42b85daa..a553952e3c 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/log/SystemOutCounter.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/log/SystemOutCounter.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.log;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/log/SystemOutCounterFactory.java b/kernel/src/main/java/com/itextpdf/kernel/log/SystemOutCounterFactory.java
index 5fdbc85b5e..8cb7f55b49 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/log/SystemOutCounterFactory.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/log/SystemOutCounterFactory.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.log;
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 f6bd2bcf1c..cc8589de1b 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/numbering/AlphabetNumbering.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/numbering/AlphabetNumbering.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.numbering;
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 c2a4bc494d..45cf82d986 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/numbering/ArmenianNumbering.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/numbering/ArmenianNumbering.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.numbering;
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 974a94155e..557c4b69bb 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/numbering/EnglishAlphabetNumbering.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/numbering/EnglishAlphabetNumbering.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.numbering;
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 d67c4af253..a5639c6f5d 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/numbering/GeorgianNumbering.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/numbering/GeorgianNumbering.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.numbering;
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 88551482d1..87efdc07ba 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/numbering/GreekAlphabetNumbering.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/numbering/GreekAlphabetNumbering.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.numbering;
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 258eff94e2..0c0acf64f1 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/numbering/RomanNumbering.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/numbering/RomanNumbering.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.numbering;
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 1115a19fa5..d26e952807 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/CompressionConstants.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/CompressionConstants.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 2e684bb8d2..42422bbdaa 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/DocumentProperties.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/DocumentProperties.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 2fef9bbba8..af85f0a2ee 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 e28221fed7..e3b1695292 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/EncryptionConstants.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/EncryptionConstants.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 292f61ac4e..c3b562fc00 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/EncryptionProperties.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/EncryptionProperties.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 d9270e5da0..7a2732b5eb 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/FingerPrint.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/FingerPrint.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 5c211fa9da..f7cbde2a23 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/IPdfPageExtraCopier.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/IPdfPageExtraCopier.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 a80ce5c1ca..2277b84f22 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/IPdfPageFactory.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/IPdfPageFactory.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 5024492581..7a8a02e2c3 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/IsoKey.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/IsoKey.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareException.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareException.java
index 9d22edfc9b..fe835bbace 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareException.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareException.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 6eb095ff6d..ecf2d6a838 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareFilter.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareFilter.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 09c56d1c35..6a29a640fc 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareHandler.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareHandler.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 5d9ff1f167..72ec8314c7 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareOutputStream.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareOutputStream.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 06ad171861..b50fc2cd0c 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/OcgPropertiesCopier.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/OcgPropertiesCopier.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 a2b96d39da..6d025df450 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PageFlushingHelper.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PageFlushingHelper.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 9d36d29ad4..1c16efb112 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PageLabelNumberingStyle.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PageLabelNumberingStyle.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 f4e4fdae56..3f896cec27 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfAConformanceLevel.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfAConformanceLevel.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 67804c62cf..8b9bfa7690 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfAnnotationBorder.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfAnnotationBorder.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 5f7ad00eeb..683a414f64 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfArray.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfArray.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 6be7af902c..a88111aabf 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfArrayDirectIterator.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfArrayDirectIterator.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 d61a31ff30..da35a716b7 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfBoolean.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfBoolean.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 95393f7f35..6b0c7f4baf 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfCatalog.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfCatalog.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 1a79595de9..fa421b3a71 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDashPattern.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDashPattern.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 4ab382b8a2..b091f9b4bc 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDate.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDate.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 cb027acd23..800dd77514 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDeveloperExtension.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDeveloperExtension.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 bf88da13e0..93c51f202b 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDictionary.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDictionary.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 a9c5323c3d..0a784f6299 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDictionaryEntrySet.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDictionaryEntrySet.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 022f9290cc..3afd426364 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDictionaryValues.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDictionaryValues.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 0878c7ae7c..4560b19ac8 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDocument.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDocument.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 3c6a9743c5..fb3f07af7b 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDocumentInfo.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDocumentInfo.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 8f258dec44..3a5b298a50 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfEncryptedPayload.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfEncryptedPayload.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 ee80bfb4fe..27d65ce8a2 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfEncryptedPayloadDocument.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfEncryptedPayloadDocument.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 3faf76c101..71aac4016e 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfEncryption.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfEncryption.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 42828b43f7..95c52e9aec 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfEncryptor.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfEncryptor.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 7db468e460..075d2aa52a 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfIndirectReference.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfIndirectReference.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 44472afa3b..aab3412aa9 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfLiteral.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfLiteral.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 66a55f148d..710d08a5ce 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfName.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfName.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 e92ec04e7c..c83ffb0644 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfNameLoader.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfNameLoader.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 875fda1441..b5d1c329b1 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfNameTree.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfNameTree.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 590b855c98..c009fe9825 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfNull.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfNull.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 cb8119256b..b43398b965 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfNumTree.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfNumTree.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 8bc6d76132..e23787560c 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfNumber.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfNumber.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 7b92b042a4..7a90a909a3 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfObject.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfObject.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 bfd68c0009..e3d59a18cb 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfObjectStream.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfObjectStream.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 a854944462..511e2b7886 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfObjectWrapper.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfObjectWrapper.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 b2683067b3..47b9316674 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfOutline.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfOutline.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 9d39dee3e1..df08482310 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfOutputIntent.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfOutputIntent.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 6b309a1833..bca9cf3e44 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfOutputStream.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfOutputStream.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 1325694592..70d0bc8874 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfPage.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfPage.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 59a0087850..7b3c6215fb 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfPageFactory.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfPageFactory.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 25dc122c48..883cfb8288 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfPages.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfPages.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 3d9da79be6..d9d313d778 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfPagesTree.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfPagesTree.java
@@ -1,57 +1,38 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
import com.itextpdf.io.LogMessageConstant;
import com.itextpdf.io.util.MessageFormatUtil;
import com.itextpdf.kernel.PdfException;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
import java.io.Serializable;
import java.util.ArrayList;
+import java.util.HashMap;
import java.util.List;
+import java.util.Map;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
/**
* Algorithm for construction {@link PdfPages} tree
@@ -62,9 +43,9 @@ class PdfPagesTree implements Serializable {
private final int leafSize = 10;
- 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;
@@ -78,9 +59,9 @@ class PdfPagesTree implements Serializable {
*/
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)
@@ -425,10 +406,9 @@ private void loadPage(int pageNum) {
} 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);
@@ -486,4 +466,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 implements Serializable {
+ 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 12a985b1eb..4aa54fd7c1 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfPrimitiveObject.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfPrimitiveObject.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 ec989c410c..464e53f86b 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfReader.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfReader.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 698b17e526..e5d6f7c2ed 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfResources.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfResources.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 8ed26e175b..d92c2fd4b7 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfStream.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfStream.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 fe7b489115..552dcfd855 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfString.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfString.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 4ba08b6c70..a5fb9fc767 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfTextArray.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfTextArray.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 91bb94e8b5..4029a86975 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfVersion.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfVersion.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 b4ee0b1d60..63e63a237e 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfViewerPreferences.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfViewerPreferences.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 a07c1eecb2..2509edcb99 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfWriter.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfWriter.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 1982b0d4f8..3e1d46cc54 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfXrefTable.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfXrefTable.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 af66941188..7e4b19ef06 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/ReaderProperties.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/ReaderProperties.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 fd9dc1e476..3dc3c35e7b 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/SerializedObjectContent.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/SerializedObjectContent.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 8572c5756a..36646a5f7d 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/SmartModePdfObjectsSerializer.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/SmartModePdfObjectsSerializer.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 662bb11109..521ca6cfa7 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/StampingProperties.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/StampingProperties.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 5df36a52ec..9da1a305e5 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/VersionConforming.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/VersionConforming.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 fdf197d9cd..cd8ea100a1 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/WriterProperties.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/WriterProperties.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 fae80c541f..25cf84f49a 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/XmpMetaInfoConverter.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/XmpMetaInfoConverter.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 24ac3a3506..1053cf4e9c 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.action;
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 623bccd322..f70cdab12c 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.action;
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 ae3630a2a0..c8d8a856d3 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.action;
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 6ee0cf20b4..0768a45bfb 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.action;
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 887413202f..be35a04e76 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.action;
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 4378775b6e..b64d6461eb 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.action;
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 1445a3e8e7..bbe38347f5 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
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 088f7cc55c..ee522fe4e2 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
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 42e4c0440c..32587d782e 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
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 0085e2f549..2d36cd2b55 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
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 ddedeebb04..3eb2e9ca66 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
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 541f4e4eed..ddc9ca9112 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
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 494ed24232..36a2708e4f 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
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 9bf5ec89c3..8bf5922a0c 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
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 bef3add042..a584bf11e5 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
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 0cf5ec6899..422ded5175 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
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 cd2d16aca2..48f72993e0 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
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 ecd7a0b768..9e19ffdb0a 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
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 5a0bb3dd9d..79250c0fe7 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
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 1ce7640726..339101167f 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
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 bc3b71ea30..4c0a0453a3 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
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 de85bc498c..e91b1d915e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
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 72bd4195d3..2353cd84c4 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
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 dbf58d0a5a..eb488daaaf 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
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 39ae0369aa..429dbbb9ae 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
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 b93a75c3e6..3dd50a68b9 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfRichMediaAnnotation.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfRichMediaAnnotation.java
index a5835ed709..0531e10a65 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfRichMediaAnnotation.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfRichMediaAnnotation.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
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 d06f64bbf0..6c9b8e0f75 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
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 0c01f7648d..970ee1dcea 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
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 4e4525c2a4..a5bc7dc3f5 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
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 465b71c56d..d5e45c1dc9 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
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 dc796c9c5d..a4c02bf2a6 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
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 2390242b05..184c0cdba3 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
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 941ffa3f36..e847f5e984 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
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 a43adea0a3..6a1262fe93 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
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 4197333806..8ce1cbdf2b 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
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 1e869039ef..91b7ce05c8 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot.da;
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 05a36e99a8..e4fec480b1 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot.da;
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 691686d326..f606183cf1 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot.da;
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 e3a1fc2f76..52f913799f 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas;
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 6c345ce910..0631318f7f 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas;
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 27cdb44c0a..ded2aa1736 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas;
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 f8197878b5..4632e3845e 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas;
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 e3dba37961..1d4a20c74c 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas;
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 1fd465f35f..9f749e0652 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas;
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 21714d2ed4..37e82a2c33 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.draw;
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 a452ba06a0..be3d4f20be 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.draw;
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 27ca1eee3e..6cccc8dfa2 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.draw;
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 c486958671..99f7808aed 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.draw;
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 a0b78a5887..32253588f4 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser;
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 366f3939fe..eee0501dc2 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser;
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 c5004e8144..eb8b09e176 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser;
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 8377ac7c9e..1a6db77b66 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser;
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 5d959732d0..baaa43171e 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser;
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 749666f7ba..2dc66ce832 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser;
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 7082001fd7..052a766de0 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser;
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 533b516da1..37bb6e237a 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.clipper;
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 ea0949bb6a..9175a84de7 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 9294c21fe0..f714516dd8 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 fe2991494e..59a2404488 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.data;
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 39a6760c9d..16672f9db7 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.data;
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 6de4a723bb..aaf795de83 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.data;
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 0c594027a3..0986b9d4a8 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.data;
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 32f814263e..efed43c4e4 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.data;
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 2e07e026db..9465a1e0d4 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.data;
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 1636a934ff..8ec77c2a0b 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.filter;
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 1cc4cee1a4..3beda93d17 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.filter;
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 4c773486cb..b82d6010ac 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.listener;
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 6668acef52..fd5eb17aef 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.listener;
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 0b5a8dab53..f1b6a91516 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.listener;
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 4157b550c9..d22f24a5fc 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.listener;
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 4b5b5f0413..2e3428a22d 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.listener;
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 1bbc31df26..638d356073 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.listener;
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 067bdcf864..d1d06da8e3 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.listener;
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 f5187fa845..85b548b5ba 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.listener;
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 bf5d2a9889..5c636eb7fc 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.listener;
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 937d5fc004..3f0a72269b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.listener;
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 701ff64160..254ce2d320 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.listener;
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 af556d1c2c..b00f0b7ac7 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.listener;
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 9a0b1c2179..81c9863fc8 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.listener;
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 05a0d428a3..6f4beb3769 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.listener;
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 b86f232f69..4bac9e24a4 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.listener;
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 0a1a500cb2..abf652c6bd 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.listener;
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 8dd4e3cc94..dc87836950 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.listener;
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 abdfd43813..429dfe5565 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.listener;
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 e94ebbbc61..3817c68799 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.listener;
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 6085440d34..93572d5c78 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.util;
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 dc604f014f..c73e93ccc2 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.util;
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 7e9ebab935..54f54629ed 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.wmf;
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 033605de2e..2a40c14760 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.wmf;
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 6ef5397089..08b2f8f400 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.wmf;
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 c2d31bd6d0..f1619aee1d 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.wmf;
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 b456996c8e..0251de0317 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.wmf;
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 956e0b3caa..7631a6205e 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.wmf;
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 cd7a01a158..63fcfb2f2a 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.wmf;
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 6560a7060c..7288a71ede 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.wmf;
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 a42df610ee..faa297c127 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.wmf;
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 aa4917cd66..ad2f9f94c5 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.collection;
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 e044e8e0fb..ef41d3f18e 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.collection;
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 2ab584679b..0d2313b239 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.collection;
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 9282d08e3c..12182fbd96 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.collection;
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 e6c7cfb3a3..5cd4c79e83 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.collection;
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 5ae7a18246..4fb1dc3078 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.colorspace;
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 0f30a20a67..e66d507f14 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.colorspace;
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 84c2fb089a..ea2a1268a9 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.colorspace;
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 ef7536000d..92ce861caa 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.colorspace;
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 cc1f42ac07..cefcb3f224 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.colorspace;
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 ce4e94d54d..9cbfcba925 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.colorspace;
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 71f8062c4e..86c14db1cc 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.extgstate;
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 8aaa82f21d..f6b11f680a 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.filespec;
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 70bcb2f458..9ec0f546dc 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.filespec;
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 61e55da4f6..cdb43d609e 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.filespec;
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 484c7190a2..30dafce750 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.filespec;
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 1da485aae8..4748477eb5 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.filters;
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 0745e980f1..62c5f82d3b 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.filters;
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 0ba12a2bfa..0d971db957 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.filters;
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 63ef98956e..ea6df34781 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.filters;
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 e9291fd4cc..e715d77b8e 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.filters;
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 ba06f7e310..21866a8de6 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.filters;
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 85067d9b7b..9ef4bccf7b 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.filters;
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 7365f97435..b8ad9d8e87 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.filters;
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 d06087bd6d..3d89911bc9 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.filters;
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 c3957a457d..06150cfeb8 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.filters;
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 118e4881ae..1104a8289b 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.filters;
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 302cee342f..88c4fc14fa 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.filters;
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 a70315cad2..daa0634da9 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.filters;
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 5382876586..2cb7673659 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.function;
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 c98bcdb0c4..e89ff9f837 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.layer;
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 e35d6322e7..c9dd216c12 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.layer;
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 14950d352d..98f971691f 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.layer;
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 f1a9fd4593..dd47384b2d 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.layer;
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 266e8bb676..92ac7eb6e5 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.layer;
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 9ae9f2446b..847a70d40d 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.navigation;
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 7cde001691..283264afe8 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.navigation;
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 7363cf4b5e..fc68fdf3a2 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.navigation;
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 436472e7e7..f95491c2b6 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.navigation;
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 38689596f5..43a7c57f84 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.navigation;
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 30da54f029..dcdf3401c3 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.navigation;
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 445d10423a..02bf96d5fd 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.tagging;
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 532a720e70..3bd3c4507c 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.tagging;
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 86b29bf81d..17c5baad31 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.tagging;
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 155703cac7..6cfd2cef50 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.tagging;
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 0207e02d25..537855d3ba 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.tagging;
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 94adbf893e..a9b4b47b53 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.tagging;
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 4c6da0876d..e789cb0c36 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.tagging;
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 cb3afe9715..e4891c5609 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.tagging;
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 6a70bffe3b..4a3258d6c5 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.tagging;
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 aa13a26bcf..bd65372cfc 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.tagging;
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 4c6e74168f..ef77cd54f8 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.tagging;
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 83307819f9..4860a3b719 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.tagging;
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 4b199d540a..ec6b600034 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.tagging;
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 62e4f31342..ffde1d6972 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.tagging;
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 5ac706ecc7..3d2531596c 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.tagging;
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 0bc400a792..4af4ff6c8c 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.tagutils;
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 e735563efb..82059c38b5 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.tagutils;
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 e05534390b..2a4caf7b41 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.tagutils;
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 0e52a31971..bb5ec84924 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.tagutils;
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 f50a670e4a..5bfcd025e7 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.tagutils;
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 38ea11afed..6ba910bc9e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.tagutils;
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 1a81f02e8f..9df34a258e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.tagutils;
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 0135ea82f7..cce61d1f1f 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.tagutils;
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 d2125cacaa..fba7e439a0 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.tagutils;
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 4658bf3b82..e7b1db139e 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.tagutils;
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 cf989ed6e1..de261f4dff 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.tagutils;
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 22b4c54a00..8ceddba6fd 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.tagutils;
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 b4ce34e7da..875bec3b87 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.xobject;
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 60e665ff03..3c42f83c98 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.xobject;
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 dc701a2b6d..6be973a2c0 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.xobject;
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 bd5c478c9e..133312d7cb 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.xobject;
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 961758420d..e2ac5e1fb4 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.xobject;
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 6f84b740c6..bee2e56446 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/security/IExternalDecryptionProcess.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/security/IExternalDecryptionProcess.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.security;
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 26e0dbc280..7b26e68d5b 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/utils/CompareTool.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/utils/CompareTool.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.utils;
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 4c970140f0..c4dcdd1879 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/utils/DefaultSafeXmlParserFactory.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/utils/DefaultSafeXmlParserFactory.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.utils;
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 832b6d1481..674f2b9fea 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/utils/IXmlParserFactory.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/utils/IXmlParserFactory.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.utils;
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 401a95358e..7b16ff6d70 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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/PageRange.java b/kernel/src/main/java/com/itextpdf/kernel/utils/PageRange.java
index 13a6fed6c4..b4a830cc16 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/utils/PageRange.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/utils/PageRange.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.utils;
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 b39186f51d..63dbc6fbb1 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/utils/PdfMerger.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/utils/PdfMerger.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.utils;
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 30429f18b8..596e8323be 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/utils/PdfResourceCounter.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/utils/PdfResourceCounter.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.utils;
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 1056d1a789..33080bfb3d 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/utils/PdfSplitter.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/utils/PdfSplitter.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.utils;
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 6628f803b9..bbcdbb8240 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/utils/TaggedPdfReaderTool.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/utils/TaggedPdfReaderTool.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.utils;
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 e7b062bd47..ac16942fd5 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/utils/XmlProcessorCreator.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/utils/XmlProcessorCreator.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.utils;
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 55d4ca52e3..edde0654e6 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/utils/XmlUtils.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/utils/XmlUtils.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.utils;
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 3bb6d5eed7..7036df9dae 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/xmp/PdfConst.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/xmp/PdfConst.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.xmp;
diff --git a/kernel/src/test/java/com/itextpdf/kernel/VersionTest.java b/kernel/src/test/java/com/itextpdf/kernel/VersionTest.java
index 1bde7df005..e1d29a9fdd 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/VersionTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/VersionTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 c7ff81be38..d74ceb9b12 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/colors/ColorTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/colors/ColorTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.colors;
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 859f729e67..bae204331a 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/colors/DeviceRgbTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/colors/DeviceRgbTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.colors;
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 d51a1a0a5a..0f63e64489 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/colors/WebColorsTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/colors/WebColorsTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.colors;
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 b29022d554..ffce498083 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 4b25198ce0..26c526a40a 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 0fafe855a3..25e38d033b 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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/counter/ContextManagerTest.java b/kernel/src/test/java/com/itextpdf/kernel/counter/ContextManagerTest.java
index aeea4ae512..8481e00186 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/counter/ContextManagerTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/counter/ContextManagerTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.counter;
diff --git a/kernel/src/test/java/com/itextpdf/kernel/counter/DataHandlerCounterTest.java b/kernel/src/test/java/com/itextpdf/kernel/counter/DataHandlerCounterTest.java
index e54ec0e2a7..a63b93f467 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/counter/DataHandlerCounterTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/counter/DataHandlerCounterTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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/counter/EventCounterHandlerTest.java b/kernel/src/test/java/com/itextpdf/kernel/counter/EventCounterHandlerTest.java
index b2c284ba5c..727f7b4106 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/counter/EventCounterHandlerTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/counter/EventCounterHandlerTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.counter;
diff --git a/kernel/src/test/java/com/itextpdf/kernel/counter/data/DataCacheTest.java b/kernel/src/test/java/com/itextpdf/kernel/counter/data/DataCacheTest.java
index 5030fe13ab..554dd45b55 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/counter/data/DataCacheTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/counter/data/DataCacheTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.counter.data;
diff --git a/kernel/src/test/java/com/itextpdf/kernel/counter/data/DataHandlerTest.java b/kernel/src/test/java/com/itextpdf/kernel/counter/data/DataHandlerTest.java
index 93ec2ac06a..cb0e3cdf9c 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/counter/data/DataHandlerTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/counter/data/DataHandlerTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.counter.data;
diff --git a/kernel/src/test/java/com/itextpdf/kernel/counter/event/CoreEventTest.java b/kernel/src/test/java/com/itextpdf/kernel/counter/event/CoreEventTest.java
index 129b1113e9..f348e76518 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/counter/event/CoreEventTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/counter/event/CoreEventTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.counter.event;
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 c9991236ec..cf0f6ab9c9 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/crypto/PdfEncryptionTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/crypto/PdfEncryptionTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.crypto;
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 b2c04cbce8..1f0a625893 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 ba1a85ef96..6bca7e1f75 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/crypto/UnencryptedWrapperTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/crypto/UnencryptedWrapperTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.crypto;
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 7cabd15d9d..b69d891c7f 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/crypto/UnicodeBasedPasswordEncryptionTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/crypto/UnicodeBasedPasswordEncryptionTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.crypto;
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 56a4757bd5..a82134a6ee 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 0134954a8d..03114c88c2 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/font/PdfFontUnitTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/font/PdfFontUnitTest.java
@@ -1,26 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is offered under a commercial and under the AGPL license.
- For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
-
- AGPL licensing:
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Affero General Public License for more details.
-
- You should have received a copy of the GNU Affero General Public License
- along with this program. If not, see .
- */
-/*
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 f03cfff9b4..20825b0ec0 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 8924fb64db..83c0a81c85 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 975d0cb239..5b6f5e7511 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 8b1b6f79e0..e73728c646 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 24037fa99c..7cf8fc4a71 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/font/Type3FontTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/font/Type3FontTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.font;
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 54b28b59b9..4685677aaf 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/geom/AffineTransformTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/geom/AffineTransformTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.geom;
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 266d917ab5..37496207e0 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/geom/BezierCurveTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/geom/BezierCurveTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.geom;
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 d2ff55c2a0..59b4992f3f 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/geom/LineSegmentTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/geom/LineSegmentTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.geom;
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 669390dc56..1971f80d2a 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/geom/MatrixTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/geom/MatrixTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.geom;
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 567d0d935e..a5e431f11c 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 ae6feefa21..fd062cc26a 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/geom/PointTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/geom/PointTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.geom;
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 0dfb9ede4a..d1d290824d 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/geom/RectangleTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/geom/RectangleTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.geom;
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 b3f995d91a..6f18b6ef19 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 1858bda80d..ae320850b3 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/geom/VectorTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/geom/VectorTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.geom;
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 b00c50fef6..803724a433 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 f11bf0b661..f577bfd89d 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 a4a3f641ef..9fe1343fc1 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/numbering/GreekAlphabetNumberingTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/numbering/GreekAlphabetNumberingTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.numbering;
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 aae7e5dabb..8c5e6c4d4c 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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/DocumentSerializationTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/DocumentSerializationTest.java
index e09c01379c..8a90a3f78a 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/DocumentSerializationTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/DocumentSerializationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 3c14b5bc30..9700424bd4 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/EncodingTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/EncodingTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 1c1060edfd..80797fa1bc 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 677e905c84..f7b6cc22ab 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/FingerPrintTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/FingerPrintTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 699cdb1f4e..82172ecef0 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/FontToUnicodeTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/FontToUnicodeTest.java
@@ -1,46 +1,25 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
-
package com.itextpdf.kernel.pdf;
import com.itextpdf.io.font.PdfEncodings;
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 681989fe8f..faee8d19fe 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/FreeReferencesTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/FreeReferencesTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 cef5918d40..1aec3b093a 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/ImageFormatsTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/ImageFormatsTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 4b5678d7f9..eab250b2a0 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 96afb5f3e2..d50b00ffe7 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareHandlerTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareHandlerTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 f4bf01c192..579c5b9d15 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareOutputStreamTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareOutputStreamTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 57b2614739..d633f371ab 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/OcgPropertiesCopierTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/OcgPropertiesCopierTest.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 1572d8bdc3..4314550d8e 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PageFlushingTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PageFlushingTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 8a59d30da4..aa70542a55 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/ParentTreeTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/ParentTreeTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 7cf5d08ef5..f0b2054216 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfActionTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfActionTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 6f525bc4ff..8df8903867 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfAnnotationTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfAnnotationTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 8754c42bac..bc224ea0a1 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfArrayTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfArrayTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 492a1a038b..03c13acadf 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfCopyTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfCopyTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 fa26bd18d1..d194255674 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDashPatternTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDashPatternTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 577dcf828d..866845e520 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDestinationTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDestinationTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 e6b00e4d0b..bcfd00551c 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDictionaryDictionaryValuesModificationTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDictionaryDictionaryValuesModificationTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 40cbab0dc5..c5f87570ea 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDictionaryTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDictionaryTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 2819da84f3..46a0a9a40b 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDictionaryTokenizerTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDictionaryTokenizerTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 32e6339e8b..e1c9867f9e 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 326dfc74db..cf0906b3a6 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDocumentIdTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDocumentIdTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 1a1b9645a3..70ccce89d0 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDocumentInfoTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDocumentInfoTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 771a89d35e..0e788be330 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDocumentTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDocumentTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 7d1e1da79d..702b6b4c98 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDocumentUnitTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDocumentUnitTest.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 66fda081f4..47fcf0c854 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 f74c152a70..43a2f124c1 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfEncryptorTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfEncryptorTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 d97fed212f..0fabe47278 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfExtGStateTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfExtGStateTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 e0876d763d..4ff449d496 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfFontCacheTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfFontCacheTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 27443b6e2c..84845f9b63 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfFontTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfFontTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 92ad46a4ce..2bf74912ca 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 4de03bc5bd..0c7d7cb8ec 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfNameTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfNameTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 3caaf92644..6fbe211d8d 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfNameTreeTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfNameTreeTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 9b2416e2a7..219e1b7388 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfNumberTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfNumberTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 4549fca4e6..de8c439cdf 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 118b129290..b9358fb982 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfObjectTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfObjectTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 5db65090f9..3e0b2569e2 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfOutlineTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfOutlineTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 bb19afdad8..84718e331b 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfPagesTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfPagesTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
@@ -56,14 +36,11 @@ This file is part of the iText (R) project.
import com.itextpdf.kernel.pdf.xobject.PdfFormXObject;
import com.itextpdf.kernel.pdf.xobject.PdfImageXObject;
import com.itextpdf.kernel.utils.CompareTool;
+import com.itextpdf.test.AssertUtil;
import com.itextpdf.test.ExtendedITextTest;
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;
@@ -73,6 +50,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 {
@@ -86,6 +67,25 @@ public static void setup() {
createDestinationFolder(destinationFolder);
}
+ @Test
+ public void hugeNumberOfPagesWithOnePageTest() throws IOException {
+ PdfDocument pdfDoc = new PdfDocument(new PdfReader(sourceFolder + "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(sourceFolder + "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
new file mode 100644
index 0000000000..58dae5ad77
--- /dev/null
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfPagesTreeTest.java
@@ -0,0 +1,67 @@
+/*
+ This file is part of the iText (R) project.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
+ */
+package com.itextpdf.kernel.pdf;
+
+import com.itextpdf.kernel.pdf.PdfPagesTree.NullUnlimitedList;
+import com.itextpdf.test.ExtendedITextTest;
+import com.itextpdf.test.annotations.type.UnitTest;
+
+import org.junit.Assert;
+import org.junit.Test;
+import org.junit.experimental.categories.Category;
+
+@Category(UnitTest.class)
+public class PdfPagesTreeTest extends ExtendedITextTest {
+ @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 e48e7ac907..b3d78860c5 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfPrimitivesTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfPrimitivesTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 a567ee7268..c9c088aa53 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfReaderDecodeTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfReaderDecodeTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 d04b876c80..8b81355809 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfReaderTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfReaderTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 f3b144f3b6..f34e0b0e9d 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfResourcesTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfResourcesTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 f690efba28..0bbd00e673 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStampingTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStampingTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 2142988c0e..d7ad2fb89b 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 244356497b..83eb9e216c 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStreamTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStreamTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 f9b1bfc865..15ac41df14 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStringTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStringTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 4c60781626..f13ece2e6f 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStructElemTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStructElemTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 682707ba37..779727ce3d 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStructTreeRootTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStructTreeRootTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 131d1341ef..1fe6a005af 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfTextArrayTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfTextArrayTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 c7e4b3e8f2..f07964cebc 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfTokenizerTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfTokenizerTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 378282929b..299a49ef4b 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfViewerPreferencesTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfViewerPreferencesTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 dc78b46975..c53126f527 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfWriterTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfWriterTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 e23161d724..b2234fd5ba 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfXObjectTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfXObjectTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 c7e83a7adb..557d6df0c4 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfXrefTableTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfXrefTableTest.java
@@ -1,49 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
- */
-/*
- * To change this license header, choose License Headers in Project Properties.
- * To change this template file, choose Tools | Templates
- * and open the template in the editor.
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 d7e5c4e819..37f2071e66 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfXrefTableUnitTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfXrefTableUnitTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 a9c6685767..eeabcb70ff 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/ReorderPagesTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/ReorderPagesTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 ca3547f8b8..ba93b10f52 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 27a90891f6..39eaafe782 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/SmartModeTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/SmartModeTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 934efe81e3..73419fbca4 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/TagTreePointerTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/TagTreePointerTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 1d78b46fc3..3d35a1ff0a 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/TrailerTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/TrailerTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 9c30fee0eb..a291561670 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/XMPMetadataTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/XMPMetadataTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf;
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 df77c3a06f..a0cb8cd796 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 0503b2eaab..cd7b94c6f4 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 65504a194c..7b6abec014 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.action;
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 10775cd621..e228328464 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 3e6da10b5a..c7168525c8 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
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 3e67a0bc76..421a9da4ce 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
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 fd03879e60..73bb836c3c 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
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 645f855b4e..13b7b6858c 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 4311f936a7..0011a31e6e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.annot;
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 1dd5bd6fc2..0494a8518a 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 d8884d1245..6b4dc19927 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas;
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 a584f511a3..bea070bc10 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas;
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 c456e00448..84aa31e299 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas;
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 f871d871ae..d61179b937 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 37cb5a5a6b..c5419335fc 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 0f4b038f26..2eb7540767 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas;
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 7b9f21d4ca..3b52763d38 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas;
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 9e0297f570..fcb73569cd 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas;
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 436d98cd65..65fe29b2db 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.draw;
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 6ceb66f578..1a083abc1c 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.draw;
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 45cd457932..5158390f4b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.draw;
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 1e090e632c..e76beb8fb2 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser;
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 f7e49043cb..572b20c981 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser;
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 6ea6eabcd2..0849531f10 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser;
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 20d74fe90d..922097b8ae 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 a945544a9b..11d8608720 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser;
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 90e976797c..e142e6f3da 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser;
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 45d137c700..033751ee84 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser;
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 e10b098513..a4beeeba71 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 94453186f0..e7dfef7f04 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser;
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 6f8dab961c..4727e8e37b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser;
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 384f085649..6808e00a2a 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 9432fe1a03..9443cbc2dd 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 7f8c3da82b..f1de7b0051 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser;
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 28b37aefa8..201bb4d586 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser;
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 7c5672ab50..765c8da6a0 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser;
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 c146cbc415..708a5777a4 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser;
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 455fa588b5..265b76d55b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser;
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 a37604b42e..05ce76deeb 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser;
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 8890b15c2e..1877bbc513 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 613830e2e8..242fe75c60 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.clipper;
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 70e5da8cfa..6530ff33e9 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.clipper;
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 2b38b7bfe6..f6f9b6a171 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.clipper;
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 16fe0ce679..6b2752a5b6 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.clipper;
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 047ab32252..eddd99df69 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.listener;
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 4218ed36d7..2a43df6339 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.canvas.parser.util;
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 672214b1a9..63b46c54b6 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 11bd86e35c..01fbd5628e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.collection;
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 e86da4a569..43151ed229 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.collection;
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 db1005ba9c..c2db36b073 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.collection;
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 12fd2bbe06..d04d2ef3ed 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.collection;
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 f0efe90180..e662662082 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 7dd31638a0..52d1a2ea27 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 f994073be1..6b642ae918 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 6b9caa8e1b..48ab82b283 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 6bea48a675..286cb058f1 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 3e8a189a5c..4cfebaf79d 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 369059513f..db46481ee7 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.layer;
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 7885894996..0d7b72f058 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.layer;
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 c6225de45c..3baf7aa1cd 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.layer;
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 ab9cb0d4a6..70b33dd490 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.layer;
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 caa508ea9b..1e45516f16 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.xobject;
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 d284d071c2..790b69b3b5 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.xobject;
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 65f4bd1bb5..134c19e7c9 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,46 +1,25 @@
/*
-This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
-Authors: iText Software.
-
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU Affero General Public License version 3
-as published by the Free Software Foundation with the addition of the
-following permission added to Section 15 as permitted in Section 7(a):
-FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
-ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
-OF THIRD PARTY RIGHTS
-
-This program is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-or FITNESS FOR A PARTICULAR PURPOSE.
-See the GNU Affero General Public License for more details.
-You should have received a copy of the GNU Affero General Public License
-along with this program; if not, see http://www.gnu.org/licenses or write to
-the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-Boston, MA, 02110-1301 USA, or download the license from the following URL:
-http://itextpdf.com/terms-of-use/
-
-The interactive user interfaces in modified source and object code versions
-of this program must display Appropriate Legal Notices, as required under
-Section 5 of the GNU Affero General Public License.
-
-In accordance with Section 7(b) of the GNU Affero General Public License,
-a covered work must retain the producer line in every PDF that is created
-or manipulated using iText.
-
-You can be released from the requirements of the license by purchasing
-a commercial license. Buying such a license is mandatory as soon as you
-develop commercial activities involving the iText software without
-disclosing the source code of your own applications.
-These activities include: offering paid services to customers as an ASP,
-serving PDFs on the fly in a web application, shipping iText with a closed
-source product.
-
-For more information, please contact iText Software Corp. at this
-address: sales@itextpdf.com
-*/
-
+ This file is part of the iText (R) project.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
+ */
package com.itextpdf.kernel.pdf.xobject;
import com.itextpdf.io.image.ImageData;
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 8e43f93949..38f3d3c53b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.pdf.xobject;
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 f68f1f1b25..f04d6f6bd1 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 33e8bf77b9..18315ad366 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/utils/CompareToolTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/utils/CompareToolTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.utils;
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 cda90e20cd..c1f2a0a0c7 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/utils/PageRangeTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/utils/PageRangeTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.utils;
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 2c13f7ee0f..1785763996 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/utils/PdfMergerTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/utils/PdfMergerTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.utils;
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 5967c7e2ea..e3320eaecf 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/utils/PdfSplitterTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/utils/PdfSplitterTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.utils;
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 b125aa365e..93b7578ab3 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/utils/SecurityTestXmlParserFactory.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/utils/SecurityTestXmlParserFactory.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.utils;
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 14d2c5b3ca..0371e86514 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/utils/TaggedPdfReaderToolTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/utils/TaggedPdfReaderToolTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.utils;
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 33320e4d01..a0d0905373 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/utils/XmlProcessorCreatorSecurityTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/utils/XmlProcessorCreatorSecurityTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.kernel.utils;
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 6515d50855..efa3ee2c71 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 eb5528402d..091a053105 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 c8bed5ec02..04b87e25ee 100644
--- a/layout/pom.xml
+++ b/layout/pom.xml
@@ -4,7 +4,7 @@
com.itextpdf
root
- 7.1.18
+ 7.1.19
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 937235f6dd..5b4e3fe491 100644
--- a/layout/src/main/java/com/itextpdf/layout/Canvas.java
+++ b/layout/src/main/java/com/itextpdf/layout/Canvas.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/main/java/com/itextpdf/layout/ColumnDocumentRenderer.java b/layout/src/main/java/com/itextpdf/layout/ColumnDocumentRenderer.java
index 7fb8cb656e..dcfee963d8 100644
--- a/layout/src/main/java/com/itextpdf/layout/ColumnDocumentRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/ColumnDocumentRenderer.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/main/java/com/itextpdf/layout/Document.java b/layout/src/main/java/com/itextpdf/layout/Document.java
index 90a9bf7f77..8aca20fee8 100644
--- a/layout/src/main/java/com/itextpdf/layout/Document.java
+++ b/layout/src/main/java/com/itextpdf/layout/Document.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/main/java/com/itextpdf/layout/ElementPropertyContainer.java b/layout/src/main/java/com/itextpdf/layout/ElementPropertyContainer.java
index f0e871754e..8b675b5718 100644
--- a/layout/src/main/java/com/itextpdf/layout/ElementPropertyContainer.java
+++ b/layout/src/main/java/com/itextpdf/layout/ElementPropertyContainer.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/main/java/com/itextpdf/layout/IPropertyContainer.java b/layout/src/main/java/com/itextpdf/layout/IPropertyContainer.java
index e753d39c2b..cff47a2db6 100644
--- a/layout/src/main/java/com/itextpdf/layout/IPropertyContainer.java
+++ b/layout/src/main/java/com/itextpdf/layout/IPropertyContainer.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/main/java/com/itextpdf/layout/RootElement.java b/layout/src/main/java/com/itextpdf/layout/RootElement.java
index 24d2e08846..37f4f81992 100644
--- a/layout/src/main/java/com/itextpdf/layout/RootElement.java
+++ b/layout/src/main/java/com/itextpdf/layout/RootElement.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/main/java/com/itextpdf/layout/Style.java b/layout/src/main/java/com/itextpdf/layout/Style.java
index 061bd25660..439b7271d9 100644
--- a/layout/src/main/java/com/itextpdf/layout/Style.java
+++ b/layout/src/main/java/com/itextpdf/layout/Style.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
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 9143d6ff95..cabf8a14cb 100644
--- a/layout/src/main/java/com/itextpdf/layout/borders/Border.java
+++ b/layout/src/main/java/com/itextpdf/layout/borders/Border.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.borders;
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 c638b92647..e4d4af6c82 100644
--- a/layout/src/main/java/com/itextpdf/layout/borders/Border3D.java
+++ b/layout/src/main/java/com/itextpdf/layout/borders/Border3D.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.borders;
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 a2f3dcf16b..8b39092044 100644
--- a/layout/src/main/java/com/itextpdf/layout/borders/DashedBorder.java
+++ b/layout/src/main/java/com/itextpdf/layout/borders/DashedBorder.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.borders;
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 7fdb04ee71..15064c1442 100644
--- a/layout/src/main/java/com/itextpdf/layout/borders/DottedBorder.java
+++ b/layout/src/main/java/com/itextpdf/layout/borders/DottedBorder.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.borders;
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 eed2b47dc5..eb8c89c0bf 100644
--- a/layout/src/main/java/com/itextpdf/layout/borders/DoubleBorder.java
+++ b/layout/src/main/java/com/itextpdf/layout/borders/DoubleBorder.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.borders;
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 3c82e8b1dd..80a1f70a9f 100644
--- a/layout/src/main/java/com/itextpdf/layout/borders/FixedDashedBorder.java
+++ b/layout/src/main/java/com/itextpdf/layout/borders/FixedDashedBorder.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.borders;
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 ba66c0d441..c0c9bd9100 100644
--- a/layout/src/main/java/com/itextpdf/layout/borders/GrooveBorder.java
+++ b/layout/src/main/java/com/itextpdf/layout/borders/GrooveBorder.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.borders;
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 4d0b6d6757..b143ec75c1 100644
--- a/layout/src/main/java/com/itextpdf/layout/borders/InsetBorder.java
+++ b/layout/src/main/java/com/itextpdf/layout/borders/InsetBorder.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.borders;
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 217dd50d2b..b3d37f95c2 100644
--- a/layout/src/main/java/com/itextpdf/layout/borders/OutsetBorder.java
+++ b/layout/src/main/java/com/itextpdf/layout/borders/OutsetBorder.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.borders;
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 3ffbbd996b..e4988c67e0 100644
--- a/layout/src/main/java/com/itextpdf/layout/borders/RidgeBorder.java
+++ b/layout/src/main/java/com/itextpdf/layout/borders/RidgeBorder.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.borders;
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 e4de8b7e7a..4d63c25642 100644
--- a/layout/src/main/java/com/itextpdf/layout/borders/RoundDotsBorder.java
+++ b/layout/src/main/java/com/itextpdf/layout/borders/RoundDotsBorder.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.borders;
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 f501a7bd37..49a1906633 100644
--- a/layout/src/main/java/com/itextpdf/layout/borders/SolidBorder.java
+++ b/layout/src/main/java/com/itextpdf/layout/borders/SolidBorder.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.borders;
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 82f3dad352..1e3731c963 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/AbstractElement.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/AbstractElement.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.element;
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 8347393682..9d49512dd1 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/AreaBreak.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/AreaBreak.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.element;
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 9ecb5fd1b0..009f3d85e1 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/BlockElement.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/BlockElement.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.element;
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 20047b878e..f429567d6e 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/Cell.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/Cell.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.element;
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 c0cfcb0229..1ac1c428e8 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/Div.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/Div.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.element;
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 e1dac8f786..d535693a67 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/FlexContainer.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/FlexContainer.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.element;
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 7419851894..7bf18c4473 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/IBlockElement.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/IBlockElement.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.element;
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 1b476ec7ff..4049be742d 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/IElement.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/IElement.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.element;
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 988015c4b0..c74f8dbf7f 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/ILargeElement.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/ILargeElement.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.element;
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 9cd0653181..1e56ca0451 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/ILeafElement.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/ILeafElement.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.element;
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 b09e985aa0..e5262e7f94 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/Image.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/Image.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.element;
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 c9de1cea2f..a5967d520e 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/LineSeparator.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/LineSeparator.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.element;
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 822bb705eb..8eda83de69 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/Link.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/Link.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.element;
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 901bde6c37..9379dcdaed 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/List.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/List.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.element;
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 f0d54b486f..b76add367b 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/ListItem.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/ListItem.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.element;
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 4d7704e053..01ffac19b1 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/Paragraph.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/Paragraph.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.element;
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 35c185f0bb..7b7cbe9658 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/Tab.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/Tab.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.element;
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 6a5e8abf59..add7a29552 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/TabStop.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/TabStop.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.element;
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 c4ca2bd827..df33256015 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/Table.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/Table.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.element;
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 04d9819bf8..b68cff8196 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/Text.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/Text.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.element;
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 440667cfaf..34546d1ed1 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 90d78490ba..710b9855dd 100644
--- a/layout/src/main/java/com/itextpdf/layout/font/ComplexFontSelectorStrategy.java
+++ b/layout/src/main/java/com/itextpdf/layout/font/ComplexFontSelectorStrategy.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.font;
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 a417d9683d..71793ccff3 100644
--- a/layout/src/main/java/com/itextpdf/layout/font/FontCharacteristics.java
+++ b/layout/src/main/java/com/itextpdf/layout/font/FontCharacteristics.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.font;
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 966becae8d..15a5a73cce 100644
--- a/layout/src/main/java/com/itextpdf/layout/font/FontCharacteristicsUtils.java
+++ b/layout/src/main/java/com/itextpdf/layout/font/FontCharacteristicsUtils.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.font;
diff --git a/layout/src/main/java/com/itextpdf/layout/font/FontFamilySplitter.java b/layout/src/main/java/com/itextpdf/layout/font/FontFamilySplitter.java
index 7f806f16b4..5a26418658 100644
--- a/layout/src/main/java/com/itextpdf/layout/font/FontFamilySplitter.java
+++ b/layout/src/main/java/com/itextpdf/layout/font/FontFamilySplitter.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.font;
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 317ab3f53c..0dc17a1c36 100644
--- a/layout/src/main/java/com/itextpdf/layout/font/FontInfo.java
+++ b/layout/src/main/java/com/itextpdf/layout/font/FontInfo.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.font;
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 be26cd4edf..a66f8235e5 100644
--- a/layout/src/main/java/com/itextpdf/layout/font/FontProvider.java
+++ b/layout/src/main/java/com/itextpdf/layout/font/FontProvider.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.font;
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 604c06d83b..5ef8b40120 100644
--- a/layout/src/main/java/com/itextpdf/layout/font/FontSelector.java
+++ b/layout/src/main/java/com/itextpdf/layout/font/FontSelector.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.font;
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 5c4891c4d2..1ea48106c6 100644
--- a/layout/src/main/java/com/itextpdf/layout/font/FontSelectorCache.java
+++ b/layout/src/main/java/com/itextpdf/layout/font/FontSelectorCache.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.font;
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 844cb5cf4e..bbcda97654 100644
--- a/layout/src/main/java/com/itextpdf/layout/font/FontSelectorKey.java
+++ b/layout/src/main/java/com/itextpdf/layout/font/FontSelectorKey.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.font;
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 940c7a152f..3717bc0612 100644
--- a/layout/src/main/java/com/itextpdf/layout/font/FontSelectorStrategy.java
+++ b/layout/src/main/java/com/itextpdf/layout/font/FontSelectorStrategy.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.font;
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 efbcefff4f..87007693ee 100644
--- a/layout/src/main/java/com/itextpdf/layout/font/FontSet.java
+++ b/layout/src/main/java/com/itextpdf/layout/font/FontSet.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.font;
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 8660d367ea..18388ae680 100644
--- a/layout/src/main/java/com/itextpdf/layout/font/FontSetCollection.java
+++ b/layout/src/main/java/com/itextpdf/layout/font/FontSetCollection.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.font;
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 51b7aeb2b9..4039c4af51 100644
--- a/layout/src/main/java/com/itextpdf/layout/font/Range.java
+++ b/layout/src/main/java/com/itextpdf/layout/font/Range.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.font;
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 03db15d580..363cbc3d8a 100644
--- a/layout/src/main/java/com/itextpdf/layout/font/RangeBuilder.java
+++ b/layout/src/main/java/com/itextpdf/layout/font/RangeBuilder.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.font;
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 a08aa696d7..6e85923835 100644
--- a/layout/src/main/java/com/itextpdf/layout/hyphenation/HyphenationConfig.java
+++ b/layout/src/main/java/com/itextpdf/layout/hyphenation/HyphenationConfig.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.hyphenation;
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 cfc8f8099a..9e1809d514 100644
--- a/layout/src/main/java/com/itextpdf/layout/hyphenation/HyphenationConstants.java
+++ b/layout/src/main/java/com/itextpdf/layout/hyphenation/HyphenationConstants.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.hyphenation;
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 8541622fb1..4513136f6f 100644
--- a/layout/src/main/java/com/itextpdf/layout/hyphenation/TernaryTreeIterator.java
+++ b/layout/src/main/java/com/itextpdf/layout/hyphenation/TernaryTreeIterator.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.hyphenation;
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 c33e1767e5..658d200347 100644
--- a/layout/src/main/java/com/itextpdf/layout/layout/LayoutArea.java
+++ b/layout/src/main/java/com/itextpdf/layout/layout/LayoutArea.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.layout;
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 c29e35b3e0..2759597ec1 100644
--- a/layout/src/main/java/com/itextpdf/layout/layout/LayoutContext.java
+++ b/layout/src/main/java/com/itextpdf/layout/layout/LayoutContext.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.layout;
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 06f5990417..8801c1d0ad 100644
--- a/layout/src/main/java/com/itextpdf/layout/layout/LayoutPosition.java
+++ b/layout/src/main/java/com/itextpdf/layout/layout/LayoutPosition.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.layout;
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 ad02d7a732..009243c68f 100644
--- a/layout/src/main/java/com/itextpdf/layout/layout/LayoutResult.java
+++ b/layout/src/main/java/com/itextpdf/layout/layout/LayoutResult.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.layout;
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 503c4fd733..c7e5a41b0b 100644
--- a/layout/src/main/java/com/itextpdf/layout/layout/LineLayoutContext.java
+++ b/layout/src/main/java/com/itextpdf/layout/layout/LineLayoutContext.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.layout;
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 2b0c388eeb..511ce7209a 100644
--- a/layout/src/main/java/com/itextpdf/layout/layout/LineLayoutResult.java
+++ b/layout/src/main/java/com/itextpdf/layout/layout/LineLayoutResult.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.layout;
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 d564b8665d..db42b65b06 100644
--- a/layout/src/main/java/com/itextpdf/layout/layout/MinMaxWidthLayoutResult.java
+++ b/layout/src/main/java/com/itextpdf/layout/layout/MinMaxWidthLayoutResult.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.layout;
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 e3b84c8620..f89384be36 100644
--- a/layout/src/main/java/com/itextpdf/layout/layout/PositionedLayoutContext.java
+++ b/layout/src/main/java/com/itextpdf/layout/layout/PositionedLayoutContext.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.layout;
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 5a3e985959..fb07bd53a8 100644
--- a/layout/src/main/java/com/itextpdf/layout/layout/RootLayoutArea.java
+++ b/layout/src/main/java/com/itextpdf/layout/layout/RootLayoutArea.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.layout;
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 6155cc4a7a..d8f6ec4d99 100644
--- a/layout/src/main/java/com/itextpdf/layout/layout/TextLayoutResult.java
+++ b/layout/src/main/java/com/itextpdf/layout/layout/TextLayoutResult.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.layout;
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 a044cff8c7..06242e28ca 100644
--- a/layout/src/main/java/com/itextpdf/layout/margincollapse/MarginsCollapse.java
+++ b/layout/src/main/java/com/itextpdf/layout/margincollapse/MarginsCollapse.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.margincollapse;
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 116f360d14..92d4512f05 100644
--- a/layout/src/main/java/com/itextpdf/layout/margincollapse/MarginsCollapseHandler.java
+++ b/layout/src/main/java/com/itextpdf/layout/margincollapse/MarginsCollapseHandler.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.margincollapse;
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 b71d03a208..5ec1cafaad 100644
--- a/layout/src/main/java/com/itextpdf/layout/margincollapse/MarginsCollapseInfo.java
+++ b/layout/src/main/java/com/itextpdf/layout/margincollapse/MarginsCollapseInfo.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.margincollapse;
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 b218735035..9b7b4e49b7 100644
--- a/layout/src/main/java/com/itextpdf/layout/minmaxwidth/MinMaxWidth.java
+++ b/layout/src/main/java/com/itextpdf/layout/minmaxwidth/MinMaxWidth.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.minmaxwidth;
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 545ab64ca2..e7a98d65b1 100644
--- a/layout/src/main/java/com/itextpdf/layout/minmaxwidth/MinMaxWidthUtils.java
+++ b/layout/src/main/java/com/itextpdf/layout/minmaxwidth/MinMaxWidthUtils.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.minmaxwidth;
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 969d3aa70a..549d6d7ea6 100644
--- a/layout/src/main/java/com/itextpdf/layout/minmaxwidth/RotationMinMaxWidth.java
+++ b/layout/src/main/java/com/itextpdf/layout/minmaxwidth/RotationMinMaxWidth.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.minmaxwidth;
diff --git a/layout/src/main/java/com/itextpdf/layout/property/AlignmentPropertyValue.java b/layout/src/main/java/com/itextpdf/layout/property/AlignmentPropertyValue.java
index 4e5919a7d2..579aed1873 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/AlignmentPropertyValue.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/AlignmentPropertyValue.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.property;
diff --git a/layout/src/main/java/com/itextpdf/layout/property/AreaBreakType.java b/layout/src/main/java/com/itextpdf/layout/property/AreaBreakType.java
index 83c1e7ed6a..36ec1295d8 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/AreaBreakType.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/AreaBreakType.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.property;
diff --git a/layout/src/main/java/com/itextpdf/layout/property/Background.java b/layout/src/main/java/com/itextpdf/layout/property/Background.java
index ccc38c6477..d71be7316e 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/Background.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/Background.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.property;
diff --git a/layout/src/main/java/com/itextpdf/layout/property/BackgroundBox.java b/layout/src/main/java/com/itextpdf/layout/property/BackgroundBox.java
index 63146ecd6e..074751d638 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/BackgroundBox.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/BackgroundBox.java
@@ -1,47 +1,25 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
-
package com.itextpdf.layout.property;
/**
diff --git a/layout/src/main/java/com/itextpdf/layout/property/BackgroundImage.java b/layout/src/main/java/com/itextpdf/layout/property/BackgroundImage.java
index b8a44cb69d..1e15d3f5a7 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/BackgroundImage.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/BackgroundImage.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.property;
diff --git a/layout/src/main/java/com/itextpdf/layout/property/BackgroundPosition.java b/layout/src/main/java/com/itextpdf/layout/property/BackgroundPosition.java
index ed8ce32a3a..f03b9e16d6 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/BackgroundPosition.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/BackgroundPosition.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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/property/BackgroundRepeat.java b/layout/src/main/java/com/itextpdf/layout/property/BackgroundRepeat.java
index 167444ee8b..03a43d90b8 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/BackgroundRepeat.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/BackgroundRepeat.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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/property/BackgroundSize.java b/layout/src/main/java/com/itextpdf/layout/property/BackgroundSize.java
index dec0b276b4..3b05146442 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/BackgroundSize.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/BackgroundSize.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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/property/BaseDirection.java b/layout/src/main/java/com/itextpdf/layout/property/BaseDirection.java
index 6eb19f1212..0d8c8c6b6a 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/BaseDirection.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/BaseDirection.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.property;
diff --git a/layout/src/main/java/com/itextpdf/layout/property/BlendMode.java b/layout/src/main/java/com/itextpdf/layout/property/BlendMode.java
index a0f85ddf10..3c6cf0f963 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/BlendMode.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/BlendMode.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.property;
diff --git a/layout/src/main/java/com/itextpdf/layout/property/BorderCollapsePropertyValue.java b/layout/src/main/java/com/itextpdf/layout/property/BorderCollapsePropertyValue.java
index 997942ef60..a90c5b9736 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/BorderCollapsePropertyValue.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/BorderCollapsePropertyValue.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.property;
diff --git a/layout/src/main/java/com/itextpdf/layout/property/BorderRadius.java b/layout/src/main/java/com/itextpdf/layout/property/BorderRadius.java
index d7229cb3dd..f24fe32383 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/BorderRadius.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/BorderRadius.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.property;
diff --git a/layout/src/main/java/com/itextpdf/layout/property/BoxSizingPropertyValue.java b/layout/src/main/java/com/itextpdf/layout/property/BoxSizingPropertyValue.java
index 34ca67b1db..c8d6325cf9 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/BoxSizingPropertyValue.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/BoxSizingPropertyValue.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.property;
diff --git a/layout/src/main/java/com/itextpdf/layout/property/CaptionSide.java b/layout/src/main/java/com/itextpdf/layout/property/CaptionSide.java
index c75ab51ac9..a2f23ac3cd 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/CaptionSide.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/CaptionSide.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.property;
diff --git a/layout/src/main/java/com/itextpdf/layout/property/ClearPropertyValue.java b/layout/src/main/java/com/itextpdf/layout/property/ClearPropertyValue.java
index 942fef2708..6c0cec0566 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/ClearPropertyValue.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/ClearPropertyValue.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.property;
diff --git a/layout/src/main/java/com/itextpdf/layout/property/FlexWrapPropertyValue.java b/layout/src/main/java/com/itextpdf/layout/property/FlexWrapPropertyValue.java
index d5527ffbeb..a586fc8b52 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/FlexWrapPropertyValue.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/FlexWrapPropertyValue.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.property;
diff --git a/layout/src/main/java/com/itextpdf/layout/property/FloatPropertyValue.java b/layout/src/main/java/com/itextpdf/layout/property/FloatPropertyValue.java
index 0cc4eb4e1e..936e707dc7 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/FloatPropertyValue.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/FloatPropertyValue.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.property;
diff --git a/layout/src/main/java/com/itextpdf/layout/property/FontKerning.java b/layout/src/main/java/com/itextpdf/layout/property/FontKerning.java
index 7d1099b732..97b1275b72 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/FontKerning.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/FontKerning.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.property;
diff --git a/layout/src/main/java/com/itextpdf/layout/property/HorizontalAlignment.java b/layout/src/main/java/com/itextpdf/layout/property/HorizontalAlignment.java
index 106b349ea7..880cd99cc6 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/HorizontalAlignment.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/HorizontalAlignment.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.property;
diff --git a/layout/src/main/java/com/itextpdf/layout/property/IListSymbolFactory.java b/layout/src/main/java/com/itextpdf/layout/property/IListSymbolFactory.java
index d601f4ea73..4e8ea1d57f 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/IListSymbolFactory.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/IListSymbolFactory.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.property;
diff --git a/layout/src/main/java/com/itextpdf/layout/property/JustifyContent.java b/layout/src/main/java/com/itextpdf/layout/property/JustifyContent.java
index 539454991c..732628baae 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/JustifyContent.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/JustifyContent.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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/property/Leading.java b/layout/src/main/java/com/itextpdf/layout/property/Leading.java
index fcd1850ed9..8d269c7ea5 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/Leading.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/Leading.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.property;
diff --git a/layout/src/main/java/com/itextpdf/layout/property/LineHeight.java b/layout/src/main/java/com/itextpdf/layout/property/LineHeight.java
index f04472bfb3..665bc1187f 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/LineHeight.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/LineHeight.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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/property/ListNumberingType.java b/layout/src/main/java/com/itextpdf/layout/property/ListNumberingType.java
index ea6b258cdc..964b474080 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/ListNumberingType.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/ListNumberingType.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.property;
diff --git a/layout/src/main/java/com/itextpdf/layout/property/ListSymbolAlignment.java b/layout/src/main/java/com/itextpdf/layout/property/ListSymbolAlignment.java
index 7c1bcbe5d4..8e71239a60 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/ListSymbolAlignment.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/ListSymbolAlignment.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.property;
diff --git a/layout/src/main/java/com/itextpdf/layout/property/ListSymbolPosition.java b/layout/src/main/java/com/itextpdf/layout/property/ListSymbolPosition.java
index 82857c00f4..6f40a59917 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/ListSymbolPosition.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/ListSymbolPosition.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.property;
diff --git a/layout/src/main/java/com/itextpdf/layout/property/ObjectFit.java b/layout/src/main/java/com/itextpdf/layout/property/ObjectFit.java
index 17e1f850aa..1f53be6eeb 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/ObjectFit.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/ObjectFit.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.property;
diff --git a/layout/src/main/java/com/itextpdf/layout/property/OverflowPropertyValue.java b/layout/src/main/java/com/itextpdf/layout/property/OverflowPropertyValue.java
index 188dba1e58..b713290b32 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/OverflowPropertyValue.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/OverflowPropertyValue.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.property;
diff --git a/layout/src/main/java/com/itextpdf/layout/property/OverflowWrapPropertyValue.java b/layout/src/main/java/com/itextpdf/layout/property/OverflowWrapPropertyValue.java
index a2ce69d0fe..3894550959 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/OverflowWrapPropertyValue.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/OverflowWrapPropertyValue.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
@@ -20,7 +20,6 @@ This file is part of the iText (R) project.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
*/
-
package com.itextpdf.layout.property;
public enum OverflowWrapPropertyValue {
diff --git a/layout/src/main/java/com/itextpdf/layout/property/ParagraphOrphansControl.java b/layout/src/main/java/com/itextpdf/layout/property/ParagraphOrphansControl.java
index 54269434ad..a1c831dbd3 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/ParagraphOrphansControl.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/ParagraphOrphansControl.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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/property/ParagraphWidowsControl.java b/layout/src/main/java/com/itextpdf/layout/property/ParagraphWidowsControl.java
index ccbf35ebbf..988e3290e4 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/ParagraphWidowsControl.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/ParagraphWidowsControl.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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/property/Property.java b/layout/src/main/java/com/itextpdf/layout/property/Property.java
index dbd7944d08..7ebff01568 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/Property.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/Property.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.property;
diff --git a/layout/src/main/java/com/itextpdf/layout/property/RenderingMode.java b/layout/src/main/java/com/itextpdf/layout/property/RenderingMode.java
index 93be92616e..e7b5f41add 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/RenderingMode.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/RenderingMode.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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/property/TabAlignment.java b/layout/src/main/java/com/itextpdf/layout/property/TabAlignment.java
index 11081a8d8e..c4de61a18d 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/TabAlignment.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/TabAlignment.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.property;
diff --git a/layout/src/main/java/com/itextpdf/layout/property/TextAlignment.java b/layout/src/main/java/com/itextpdf/layout/property/TextAlignment.java
index ce86acf694..8ba3069427 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/TextAlignment.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/TextAlignment.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.property;
diff --git a/layout/src/main/java/com/itextpdf/layout/property/Transform.java b/layout/src/main/java/com/itextpdf/layout/property/Transform.java
index 7a084ff679..d7b036e2df 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/Transform.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/Transform.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.property;
diff --git a/layout/src/main/java/com/itextpdf/layout/property/TransparentColor.java b/layout/src/main/java/com/itextpdf/layout/property/TransparentColor.java
index 0c6fd9e7ce..9e9b7b45c5 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/TransparentColor.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/TransparentColor.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.property;
diff --git a/layout/src/main/java/com/itextpdf/layout/property/Underline.java b/layout/src/main/java/com/itextpdf/layout/property/Underline.java
index ce02064c0c..bcdc113839 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/Underline.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/Underline.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.property;
diff --git a/layout/src/main/java/com/itextpdf/layout/property/UnitValue.java b/layout/src/main/java/com/itextpdf/layout/property/UnitValue.java
index 34eb8117cb..a15ba00b53 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/UnitValue.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/UnitValue.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.property;
diff --git a/layout/src/main/java/com/itextpdf/layout/property/VerticalAlignment.java b/layout/src/main/java/com/itextpdf/layout/property/VerticalAlignment.java
index 384df9ab8b..734f8d7571 100644
--- a/layout/src/main/java/com/itextpdf/layout/property/VerticalAlignment.java
+++ b/layout/src/main/java/com/itextpdf/layout/property/VerticalAlignment.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.property;
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 025ea6c303..777fd89018 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/AbstractRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/AbstractRenderer.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 651d7754c4..32ebb30a50 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/AbstractWidthHandler.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/AbstractWidthHandler.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 e9ab9bc414..b05391a8a2 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/AccessibleAttributesApplier.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/AccessibleAttributesApplier.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 dbe6e02644..6f0d2d21cc 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/AccessibleTypes.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/AccessibleTypes.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 45fee926f0..b43cf44c4e 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/AreaBreakRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/AreaBreakRenderer.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 13e271fb8a..7cd3462b8b 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/BackgroundSizeCalculationUtil.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/BackgroundSizeCalculationUtil.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 db580fd466..d59e5f0704 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/BlockFormattingContextUtil.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/BlockFormattingContextUtil.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 3f115d55f6..c50db6ed7b 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/BlockRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/BlockRenderer.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 98c4ee666d..2cda4ff4e5 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/CanvasRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/CanvasRenderer.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 1f05e1eb14..7f95a87a81 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/CellRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/CellRenderer.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 dab2482db5..9d20da38aa 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/CollapsedTableBorders.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/CollapsedTableBorders.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 537dfee982..45423cdbf8 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/DivRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/DivRenderer.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 c85137a4bf..9f3fd092fe 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/DocumentRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/DocumentRenderer.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 cef58f2be6..ddc56978a7 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/DrawContext.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/DrawContext.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 d8e7eb2432..c1cf294a2e 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/FlexContainerRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/FlexContainerRenderer.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 50e7bc5a6a..0e4b2ac3c5 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/FlexItemInfo.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/FlexItemInfo.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 0eb5ed8698..8f3b1cbe80 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/FlexUtil.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/FlexUtil.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 b4f6dafe8e..b0ffc18c1c 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/FloatingHelper.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/FloatingHelper.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 5bcc2ec10d..95d039b769 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/ILeafElementRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/ILeafElementRenderer.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 211217cb78..d8766a6299 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/IRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/IRenderer.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 a2b88d95ea..d81510d228 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/ImageRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/ImageRenderer.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 eb7d43d643..b238d7ef5f 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 4381fc7428..9bc7564a19 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/LineRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/LineRenderer.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 d923c4fc11..302fa3335f 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/LineSeparatorRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/LineSeparatorRenderer.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 622cef6ce0..3ebec261f4 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/LinkRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/LinkRenderer.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 b955d0bb02..82d3c54622 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/ListItemRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/ListItemRenderer.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 a30cd04a68..f05078483d 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/ListRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/ListRenderer.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 fcd18fe47f..7fd8b422e1 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/MaxMaxWidthHandler.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/MaxMaxWidthHandler.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 b19297f8f7..23efabc641 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/MaxSumWidthHandler.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/MaxSumWidthHandler.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 20b0473946..206231cf8b 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 4db25bc29d..0b326c3df4 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/ParagraphRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/ParagraphRenderer.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 703ab72726..8e8bb846f8 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/RootRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/RootRenderer.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 403b986691..f607871807 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 7812162e00..acd962e132 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/RotationUtils.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/RotationUtils.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 59b0482066..7e79ea10a0 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/SeparatedTableBorders.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/SeparatedTableBorders.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 ad54f4a30d..c7f45d3302 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/SumSumWidthHandler.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/SumSumWidthHandler.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 ea81010d91..f6007c7216 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/TabRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/TabRenderer.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 ebd50fe7ec..1cc26f140e 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/TableBorderDescriptor.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/TableBorderDescriptor.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 2eff8b563c..53929b79bb 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/TableBorderUtil.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/TableBorderUtil.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 6c9e1f2433..8cd2f4c9ff 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/TableBorders.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/TableBorders.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 bd446b8ece..cca96c2719 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/TableRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/TableRenderer.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 7d9141e5f1..641ffaefb7 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/TableWidths.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/TableWidths.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 db43307ada..8751afa23b 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 7873a66c05..f925046238 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 7d14820bc1..d854dd14cb 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/TextRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/TextRenderer.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 8b43bb127b..c705dc7bcf 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 01f6959ebb..215e33d88a 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/TypographyUtils.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/TypographyUtils.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 5b54b1fab9..c7bf61061f 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer.objectfit;
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 73cd6d2f35..d240f6df02 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer.objectfit;
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 ede63997e1..82f5449757 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 a217633f96..b278ab3f49 100644
--- a/layout/src/main/java/com/itextpdf/layout/splitting/DefaultSplitCharacters.java
+++ b/layout/src/main/java/com/itextpdf/layout/splitting/DefaultSplitCharacters.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.splitting;
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 1fea22c3ce..a7cb065dff 100644
--- a/layout/src/main/java/com/itextpdf/layout/splitting/ISplitCharacters.java
+++ b/layout/src/main/java/com/itextpdf/layout/splitting/ISplitCharacters.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.splitting;
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 a4ba82e1d9..cc8f0c1e63 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 4d32e87e4a..53ceac6f3c 100644
--- a/layout/src/main/java/com/itextpdf/layout/tagging/IAccessibleElement.java
+++ b/layout/src/main/java/com/itextpdf/layout/tagging/IAccessibleElement.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.tagging;
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 1dc0983019..6a330cbf1b 100644
--- a/layout/src/main/java/com/itextpdf/layout/tagging/ITaggingRule.java
+++ b/layout/src/main/java/com/itextpdf/layout/tagging/ITaggingRule.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.tagging;
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 18f1319436..27e10bc6e0 100644
--- a/layout/src/main/java/com/itextpdf/layout/tagging/LayoutTaggingHelper.java
+++ b/layout/src/main/java/com/itextpdf/layout/tagging/LayoutTaggingHelper.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.tagging;
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 e3758a8299..bdf34b899c 100644
--- a/layout/src/main/java/com/itextpdf/layout/tagging/TableTaggingPriorToOneFiveVersionRule.java
+++ b/layout/src/main/java/com/itextpdf/layout/tagging/TableTaggingPriorToOneFiveVersionRule.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.tagging;
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 1cfa77d144..88f65ca389 100644
--- a/layout/src/main/java/com/itextpdf/layout/tagging/TableTaggingRule.java
+++ b/layout/src/main/java/com/itextpdf/layout/tagging/TableTaggingRule.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.tagging;
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 198820ee44..b76e5f69f6 100644
--- a/layout/src/main/java/com/itextpdf/layout/tagging/TaggingDummyElement.java
+++ b/layout/src/main/java/com/itextpdf/layout/tagging/TaggingDummyElement.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.tagging;
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 a50d398e7c..cf5f054276 100644
--- a/layout/src/main/java/com/itextpdf/layout/tagging/TaggingHintKey.java
+++ b/layout/src/main/java/com/itextpdf/layout/tagging/TaggingHintKey.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.tagging;
diff --git a/layout/src/test/java/com/itextpdf/layout/AbstractTableTest.java b/layout/src/test/java/com/itextpdf/layout/AbstractTableTest.java
index b6f3a00c74..18e53d2686 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 1951724b26..65bd406372 100644
--- a/layout/src/test/java/com/itextpdf/layout/AlignmentTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/AlignmentTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/AreaBreakTest.java b/layout/src/test/java/com/itextpdf/layout/AreaBreakTest.java
index e2edaccc52..883f00a318 100644
--- a/layout/src/test/java/com/itextpdf/layout/AreaBreakTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/AreaBreakTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/BackgroundColorTest.java b/layout/src/test/java/com/itextpdf/layout/BackgroundColorTest.java
index 4e2d63e578..8b44edf819 100644
--- a/layout/src/test/java/com/itextpdf/layout/BackgroundColorTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/BackgroundColorTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/BackgroundPositionUnitTest.java b/layout/src/test/java/com/itextpdf/layout/BackgroundPositionUnitTest.java
index a80f051a28..dbc57b0d0c 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 f214831411..f0f41b2760 100644
--- a/layout/src/test/java/com/itextpdf/layout/BlockTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/BlockTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/BorderTest.java b/layout/src/test/java/com/itextpdf/layout/BorderTest.java
index ada93cd0ae..98d5b12b29 100644
--- a/layout/src/test/java/com/itextpdf/layout/BorderTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/BorderTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/CanvasTest.java b/layout/src/test/java/com/itextpdf/layout/CanvasTest.java
index 1df3a6bb97..7f4f791885 100644
--- a/layout/src/test/java/com/itextpdf/layout/CanvasTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/CanvasTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/CanvasUnitTest.java b/layout/src/test/java/com/itextpdf/layout/CanvasUnitTest.java
index a580fbf86f..6ab34965ef 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 85e173eb0a..c826803756 100644
--- a/layout/src/test/java/com/itextpdf/layout/CollapsingMarginsTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/CollapsingMarginsTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/DefaultLayoutTest.java b/layout/src/test/java/com/itextpdf/layout/DefaultLayoutTest.java
index 7352d40f84..be6a4b0fe7 100644
--- a/layout/src/test/java/com/itextpdf/layout/DefaultLayoutTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/DefaultLayoutTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/DestinationTest.java b/layout/src/test/java/com/itextpdf/layout/DestinationTest.java
index 9b095b413a..968ce45887 100644
--- a/layout/src/test/java/com/itextpdf/layout/DestinationTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/DestinationTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/FloatAndAlignmentTest.java b/layout/src/test/java/com/itextpdf/layout/FloatAndAlignmentTest.java
index ef80d7a4db..8557cc380f 100644
--- a/layout/src/test/java/com/itextpdf/layout/FloatAndAlignmentTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/FloatAndAlignmentTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/FloatBlockTest.java b/layout/src/test/java/com/itextpdf/layout/FloatBlockTest.java
index 8b4aa84636..bfcd117d93 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 3e6c1f6219..3702ba000e 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 f6c49a4b05..d55d16ba5c 100644
--- a/layout/src/test/java/com/itextpdf/layout/FloatTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/FloatTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/FontFamilySplitterTest.java b/layout/src/test/java/com/itextpdf/layout/FontFamilySplitterTest.java
index 0723b91ced..0bf97db0f2 100644
--- a/layout/src/test/java/com/itextpdf/layout/FontFamilySplitterTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/FontFamilySplitterTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/FontProviderTest.java b/layout/src/test/java/com/itextpdf/layout/FontProviderTest.java
index d458dc0c43..c1e006dfce 100644
--- a/layout/src/test/java/com/itextpdf/layout/FontProviderTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/FontProviderTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/FontSelectorTest.java b/layout/src/test/java/com/itextpdf/layout/FontSelectorTest.java
index fd0c38e94a..c02637b1d6 100644
--- a/layout/src/test/java/com/itextpdf/layout/FontSelectorTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/FontSelectorTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/HyphenateLayoutTest.java b/layout/src/test/java/com/itextpdf/layout/HyphenateLayoutTest.java
index 74dc3ad9d7..0f31f3c48b 100644
--- a/layout/src/test/java/com/itextpdf/layout/HyphenateLayoutTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/HyphenateLayoutTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/HyphenateResultTest.java b/layout/src/test/java/com/itextpdf/layout/HyphenateResultTest.java
index 8eca983ac8..40ad30f526 100644
--- a/layout/src/test/java/com/itextpdf/layout/HyphenateResultTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/HyphenateResultTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/HyphenateTest.java b/layout/src/test/java/com/itextpdf/layout/HyphenateTest.java
index 1de0598902..c6315b7545 100644
--- a/layout/src/test/java/com/itextpdf/layout/HyphenateTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/HyphenateTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/ImageColorProfileTest.java b/layout/src/test/java/com/itextpdf/layout/ImageColorProfileTest.java
index cbe1b8cd19..9113d30bd9 100644
--- a/layout/src/test/java/com/itextpdf/layout/ImageColorProfileTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/ImageColorProfileTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/ImageTest.java b/layout/src/test/java/com/itextpdf/layout/ImageTest.java
index 4b3e49d675..4882394c70 100644
--- a/layout/src/test/java/com/itextpdf/layout/ImageTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/ImageTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/InlineBlockTest.java b/layout/src/test/java/com/itextpdf/layout/InlineBlockTest.java
index ef478947c9..01c672494f 100644
--- a/layout/src/test/java/com/itextpdf/layout/InlineBlockTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/InlineBlockTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/KeepTogetherTest.java b/layout/src/test/java/com/itextpdf/layout/KeepTogetherTest.java
index bfd9a7c8ee..900716b6de 100644
--- a/layout/src/test/java/com/itextpdf/layout/KeepTogetherTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/KeepTogetherTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/KeepWithNextTest.java b/layout/src/test/java/com/itextpdf/layout/KeepWithNextTest.java
index 373f31af4f..3f8f42aea6 100644
--- a/layout/src/test/java/com/itextpdf/layout/KeepWithNextTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/KeepWithNextTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/LargeElementTest.java b/layout/src/test/java/com/itextpdf/layout/LargeElementTest.java
index 9b385ab702..9d7e5545b6 100644
--- a/layout/src/test/java/com/itextpdf/layout/LargeElementTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/LargeElementTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/LayoutTaggingPdf2Test.java b/layout/src/test/java/com/itextpdf/layout/LayoutTaggingPdf2Test.java
index 258535c597..805ddda2aa 100644
--- a/layout/src/test/java/com/itextpdf/layout/LayoutTaggingPdf2Test.java
+++ b/layout/src/test/java/com/itextpdf/layout/LayoutTaggingPdf2Test.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/LayoutTaggingTest.java b/layout/src/test/java/com/itextpdf/layout/LayoutTaggingTest.java
index 5a65c14b8a..20cbe91b5b 100644
--- a/layout/src/test/java/com/itextpdf/layout/LayoutTaggingTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/LayoutTaggingTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/LineSeparatorTest.java b/layout/src/test/java/com/itextpdf/layout/LineSeparatorTest.java
index 0d9715c73f..4055e1e7ea 100644
--- a/layout/src/test/java/com/itextpdf/layout/LineSeparatorTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/LineSeparatorTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/LinkTest.java b/layout/src/test/java/com/itextpdf/layout/LinkTest.java
index 3dce9a6d1e..9beb92457d 100644
--- a/layout/src/test/java/com/itextpdf/layout/LinkTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/LinkTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/ListAlignmentDirectionTest.java b/layout/src/test/java/com/itextpdf/layout/ListAlignmentDirectionTest.java
index b8bcabb063..e0338c4bfa 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 c269969c5a..c3c082a506 100644
--- a/layout/src/test/java/com/itextpdf/layout/ListTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/ListTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/LocationTextExtractionStrategyTest.java b/layout/src/test/java/com/itextpdf/layout/LocationTextExtractionStrategyTest.java
index eaa76af650..798dfc670f 100644
--- a/layout/src/test/java/com/itextpdf/layout/LocationTextExtractionStrategyTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/LocationTextExtractionStrategyTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/NewLineTest.java b/layout/src/test/java/com/itextpdf/layout/NewLineTest.java
index 7c5033f857..b5e632fc1e 100644
--- a/layout/src/test/java/com/itextpdf/layout/NewLineTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/NewLineTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/NonBreakableSpaceTest.java b/layout/src/test/java/com/itextpdf/layout/NonBreakableSpaceTest.java
index 204a329931..fd90f410af 100644
--- a/layout/src/test/java/com/itextpdf/layout/NonBreakableSpaceTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/NonBreakableSpaceTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/ObjectFitTest.java b/layout/src/test/java/com/itextpdf/layout/ObjectFitTest.java
index 99c3060477..17017a78b8 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 b01c635bad..f17fc5a234 100644
--- a/layout/src/test/java/com/itextpdf/layout/OpacityTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/OpacityTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/OrphansWidowsTest.java b/layout/src/test/java/com/itextpdf/layout/OrphansWidowsTest.java
index 77f59b8998..2afbfe72c6 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 aafa1afa91..51ee885728 100644
--- a/layout/src/test/java/com/itextpdf/layout/OverflowTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/OverflowTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/ParagraphTest.java b/layout/src/test/java/com/itextpdf/layout/ParagraphTest.java
index 4997bbf24a..9baf4efee4 100644
--- a/layout/src/test/java/com/itextpdf/layout/ParagraphTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/ParagraphTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/PdfTextExtractorEncodingsTest.java b/layout/src/test/java/com/itextpdf/layout/PdfTextExtractorEncodingsTest.java
index dc121227c6..f4afc21275 100644
--- a/layout/src/test/java/com/itextpdf/layout/PdfTextExtractorEncodingsTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/PdfTextExtractorEncodingsTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/PositioningTest.java b/layout/src/test/java/com/itextpdf/layout/PositioningTest.java
index fca9374926..9aa9fcb1d3 100644
--- a/layout/src/test/java/com/itextpdf/layout/PositioningTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/PositioningTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/PreLayoutTest.java b/layout/src/test/java/com/itextpdf/layout/PreLayoutTest.java
index 5f5db15813..64076a3d11 100644
--- a/layout/src/test/java/com/itextpdf/layout/PreLayoutTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/PreLayoutTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/RotationTest.java b/layout/src/test/java/com/itextpdf/layout/RotationTest.java
index e4ec99a5db..4e6711cfe5 100644
--- a/layout/src/test/java/com/itextpdf/layout/RotationTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/RotationTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/SimpleTextExtractionStrategyTest.java b/layout/src/test/java/com/itextpdf/layout/SimpleTextExtractionStrategyTest.java
index 7365466874..688ec633f8 100644
--- a/layout/src/test/java/com/itextpdf/layout/SimpleTextExtractionStrategyTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/SimpleTextExtractionStrategyTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/StyleUnitTest.java b/layout/src/test/java/com/itextpdf/layout/StyleUnitTest.java
index c66947b0ee..27fed6bcf4 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 ebfffcd59d..a4f6943f6a 100644
--- a/layout/src/test/java/com/itextpdf/layout/StylesTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/StylesTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/SurrPairTest.java b/layout/src/test/java/com/itextpdf/layout/SurrPairTest.java
index 69c36c9ae1..262dc8e0d6 100644
--- a/layout/src/test/java/com/itextpdf/layout/SurrPairTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/SurrPairTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/TableBorderTest.java b/layout/src/test/java/com/itextpdf/layout/TableBorderTest.java
index 909e50ad0e..7f6d667c08 100644
--- a/layout/src/test/java/com/itextpdf/layout/TableBorderTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/TableBorderTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/TableTest.java b/layout/src/test/java/com/itextpdf/layout/TableTest.java
index 8acd0d2a98..93ea4154e1 100644
--- a/layout/src/test/java/com/itextpdf/layout/TableTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/TableTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/TabsTest.java b/layout/src/test/java/com/itextpdf/layout/TabsTest.java
index 9af09f3460..9acdd52ee7 100644
--- a/layout/src/test/java/com/itextpdf/layout/TabsTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/TabsTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/TextWritingTest.java b/layout/src/test/java/com/itextpdf/layout/TextWritingTest.java
index 2befa5f6fb..fd02a418a4 100644
--- a/layout/src/test/java/com/itextpdf/layout/TextWritingTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/TextWritingTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/XMPWriterTest.java b/layout/src/test/java/com/itextpdf/layout/XMPWriterTest.java
index 67d16d242f..3bb6f8617f 100644
--- a/layout/src/test/java/com/itextpdf/layout/XMPWriterTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/XMPWriterTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout;
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 ed5b9d7dfa..63696385f6 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 c81d176458..a55b563750 100644
--- a/layout/src/test/java/com/itextpdf/layout/font/FontCharacteristicsTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/font/FontCharacteristicsTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.font;
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 c4a58b7ef1..9b7952c308 100644
--- a/layout/src/test/java/com/itextpdf/layout/font/FontCharacteristicsUtilsTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/font/FontCharacteristicsUtilsTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.font;
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 5692ba35ed..e561cca9b8 100644
--- a/layout/src/test/java/com/itextpdf/layout/font/FontSelectorLayoutTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/font/FontSelectorLayoutTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.font;
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 76e9bf5bf4..f764613327 100644
--- a/layout/src/test/java/com/itextpdf/layout/font/RangeTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/font/RangeTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.font;
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 130cada4c3..85bd22b7cd 100644
--- a/layout/src/test/java/com/itextpdf/layout/layout/LayoutAreaTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/layout/LayoutAreaTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.layout;
diff --git a/layout/src/test/java/com/itextpdf/layout/property/BackgroundImageTest.java b/layout/src/test/java/com/itextpdf/layout/property/BackgroundImageTest.java
index 08abf82c11..1e0aab1461 100644
--- a/layout/src/test/java/com/itextpdf/layout/property/BackgroundImageTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/property/BackgroundImageTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.property;
diff --git a/layout/src/test/java/com/itextpdf/layout/property/BackgroundRepeatUnitTest.java b/layout/src/test/java/com/itextpdf/layout/property/BackgroundRepeatUnitTest.java
index f4b34a1a98..03dd5b39f9 100644
--- a/layout/src/test/java/com/itextpdf/layout/property/BackgroundRepeatUnitTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/property/BackgroundRepeatUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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/property/BackgroundSizeTest.java b/layout/src/test/java/com/itextpdf/layout/property/BackgroundSizeTest.java
index 84936d7834..13cfe1ca67 100644
--- a/layout/src/test/java/com/itextpdf/layout/property/BackgroundSizeTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/property/BackgroundSizeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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/property/BackgroundUnitTest.java b/layout/src/test/java/com/itextpdf/layout/property/BackgroundUnitTest.java
index 4afb6b3f2d..c8142f556d 100644
--- a/layout/src/test/java/com/itextpdf/layout/property/BackgroundUnitTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/property/BackgroundUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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/property/PropertyTest.java b/layout/src/test/java/com/itextpdf/layout/property/PropertyTest.java
index 192280252a..b30174642c 100644
--- a/layout/src/test/java/com/itextpdf/layout/property/PropertyTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/property/PropertyTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.property;
diff --git a/layout/src/test/java/com/itextpdf/layout/property/TransformTest.java b/layout/src/test/java/com/itextpdf/layout/property/TransformTest.java
index 0a9252eead..d6bd319449 100644
--- a/layout/src/test/java/com/itextpdf/layout/property/TransformTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/property/TransformTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 535deb059a..67304e83cc 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/AbstractRendererUnitTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/AbstractRendererUnitTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 12346a02ef..bdcfc90b65 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 b9f37f498b..708e7efc2f 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 fa7766bcc1..954d642f1e 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 5cbdadf7a0..d15369eb5a 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 3ad50d308b..d9c51e3525 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 dc33d7e71a..352a803b35 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 dec7fe10e0..e6216b498c 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/EmptyNestedTableTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/EmptyNestedTableTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 d0aec46237..e76324b117 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 c71fa61768..ae12b1cc35 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 948191b1b7..d8966b8946 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/FloatExampleTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/FloatExampleTest.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 37b8eaed66..b29531f3dc 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/ImageWidthTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/ImageWidthTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 d0f76b106f..857b3bf196 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 47c90a35cb..bcd66dceee 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 deff2a1ea5..cbcd14f249 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/LineRendererUnitTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/LineRendererUnitTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 45292755d3..582b8f1b4a 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 31c90bc3b0..ee5c228d4c 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 8d7662e932..01f1fbc645 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/MinWidthTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/MinWidthTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 4502647c1c..fe55488c23 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 55277555b5..2ed406edae 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/RendererUnitTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/RendererUnitTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 ba950c2549..3e72753dda 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 035cf79ca2..3af4bbaffa 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/TableRendererTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/TableRendererTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 ccdf0b4735..0374c5d872 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 b648d971ed..94e395b289 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/TableWidthsTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/TableWidthsTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 453fa7f947..5ae38fce19 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 ad185ec7c1..23e474c97c 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 faa3fa5451..9a1b11a359 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/TextFilteringReversedRangesTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/TextFilteringReversedRangesTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 a6927c7b9e..4cbb688b87 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 86618212a0..1601069ea3 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 c709593f62..9717cfc5e3 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 1487560202..b77286267e 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/TextRendererTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/TextRendererTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 2572187d89..45ff61cb9e 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 59b33efb26..48a8d58ddf 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/TypographyUtilsTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/TypographyUtilsTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer;
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 2794a99ed1..f607f5b403 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 e71505aec2..5862063bd5 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer.objectfit;
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 fc8b6784fe..d1d085bdd8 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.layout.renderer.objectfit;
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 3947359302..f39f489b10 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 a97a5749d1..38d8201fd5 100644
--- a/layout/src/test/java/com/itextpdf/layout/splitting/DefaultSplitCharacterTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/splitting/DefaultSplitCharacterTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.layout.splitting;
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 9bb95e31d1..add5f80da8 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 e55262e6fc..2382dbad99 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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/pom.xml b/pdfa/pom.xml
index 5b18fc4c87..f4c04a348d 100644
--- a/pdfa/pom.xml
+++ b/pdfa/pom.xml
@@ -4,7 +4,7 @@
com.itextpdf
root
- 7.1.18
+ 7.1.19
pdfa
iText 7 - pdfa
diff --git a/pdfa/src/main/java/com/itextpdf/pdfa/PdfAConformanceException.java b/pdfa/src/main/java/com/itextpdf/pdfa/PdfAConformanceException.java
index 538f976367..6c5f1f960e 100644
--- a/pdfa/src/main/java/com/itextpdf/pdfa/PdfAConformanceException.java
+++ b/pdfa/src/main/java/com/itextpdf/pdfa/PdfAConformanceException.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/main/java/com/itextpdf/pdfa/PdfAConformanceLogMessageConstant.java b/pdfa/src/main/java/com/itextpdf/pdfa/PdfAConformanceLogMessageConstant.java
index 21aa4139bb..1868f055a1 100644
--- a/pdfa/src/main/java/com/itextpdf/pdfa/PdfAConformanceLogMessageConstant.java
+++ b/pdfa/src/main/java/com/itextpdf/pdfa/PdfAConformanceLogMessageConstant.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/main/java/com/itextpdf/pdfa/PdfADocument.java b/pdfa/src/main/java/com/itextpdf/pdfa/PdfADocument.java
index a3a262f7e4..6ca1c45b52 100644
--- a/pdfa/src/main/java/com/itextpdf/pdfa/PdfADocument.java
+++ b/pdfa/src/main/java/com/itextpdf/pdfa/PdfADocument.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/main/java/com/itextpdf/pdfa/PdfALogMessageConstant.java b/pdfa/src/main/java/com/itextpdf/pdfa/PdfALogMessageConstant.java
index d19c28fbcc..7ebd03acd1 100644
--- a/pdfa/src/main/java/com/itextpdf/pdfa/PdfALogMessageConstant.java
+++ b/pdfa/src/main/java/com/itextpdf/pdfa/PdfALogMessageConstant.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/main/java/com/itextpdf/pdfa/PdfAPage.java b/pdfa/src/main/java/com/itextpdf/pdfa/PdfAPage.java
index 37884e3be1..b2b09c8fec 100644
--- a/pdfa/src/main/java/com/itextpdf/pdfa/PdfAPage.java
+++ b/pdfa/src/main/java/com/itextpdf/pdfa/PdfAPage.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/main/java/com/itextpdf/pdfa/PdfAPageFactory.java b/pdfa/src/main/java/com/itextpdf/pdfa/PdfAPageFactory.java
index 99cc3404b8..932f933dde 100644
--- a/pdfa/src/main/java/com/itextpdf/pdfa/PdfAPageFactory.java
+++ b/pdfa/src/main/java/com/itextpdf/pdfa/PdfAPageFactory.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/main/java/com/itextpdf/pdfa/PdfAXMPUtil.java b/pdfa/src/main/java/com/itextpdf/pdfa/PdfAXMPUtil.java
index 5ddf056ca8..998ab78a94 100644
--- a/pdfa/src/main/java/com/itextpdf/pdfa/PdfAXMPUtil.java
+++ b/pdfa/src/main/java/com/itextpdf/pdfa/PdfAXMPUtil.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
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 c006c46096..d22d03d20f 100644
--- a/pdfa/src/main/java/com/itextpdf/pdfa/checker/PdfA1Checker.java
+++ b/pdfa/src/main/java/com/itextpdf/pdfa/checker/PdfA1Checker.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa.checker;
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 645500ba9b..1562e38818 100644
--- a/pdfa/src/main/java/com/itextpdf/pdfa/checker/PdfA2Checker.java
+++ b/pdfa/src/main/java/com/itextpdf/pdfa/checker/PdfA2Checker.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa.checker;
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 a45b786b76..f9d5df5843 100644
--- a/pdfa/src/main/java/com/itextpdf/pdfa/checker/PdfA3Checker.java
+++ b/pdfa/src/main/java/com/itextpdf/pdfa/checker/PdfA3Checker.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa.checker;
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 5c8c686e62..8d3f5fcb58 100644
--- a/pdfa/src/main/java/com/itextpdf/pdfa/checker/PdfAChecker.java
+++ b/pdfa/src/main/java/com/itextpdf/pdfa/checker/PdfAChecker.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa.checker;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1AcroFormCheckTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1AcroFormCheckTest.java
index ddd83953fd..f1fca6eead 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1AcroFormCheckTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1AcroFormCheckTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1ActionCheckTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1ActionCheckTest.java
index 6294c5a17b..f612fc8fbd 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1ActionCheckTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1ActionCheckTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1AnnotationCheckTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1AnnotationCheckTest.java
index 6b7d9232d6..deb4275388 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1AnnotationCheckTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1AnnotationCheckTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1CanvasCheckTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1CanvasCheckTest.java
index 119f5571cf..c9d0e223c7 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1CanvasCheckTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1CanvasCheckTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1EmbeddedFilesCheckTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1EmbeddedFilesCheckTest.java
index ecdcb348f8..fca5d92e26 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1EmbeddedFilesCheckTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1EmbeddedFilesCheckTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1GraphicsTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1GraphicsTest.java
index 484a3eec74..2e2db4c10e 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1GraphicsTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1GraphicsTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1LayoutListTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1LayoutListTest.java
index bada1a322f..32f514134b 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1LayoutListTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1LayoutListTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1bCheckfieldAppearanceTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1bCheckfieldAppearanceTest.java
index d49b69eb02..f6f918f6fc 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1bCheckfieldAppearanceTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1bCheckfieldAppearanceTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2AcroFormCheckTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2AcroFormCheckTest.java
index 84569dfc45..657f89c4ab 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2AcroFormCheckTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2AcroFormCheckTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2ActionCheckTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2ActionCheckTest.java
index 48d88628b4..b0eaf04286 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2ActionCheckTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2ActionCheckTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2AnnotationCheckTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2AnnotationCheckTest.java
index b9ca1a33f1..ce9e4cd765 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2AnnotationCheckTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2AnnotationCheckTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2CanvasCheckTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2CanvasCheckTest.java
index 8013352a46..ffcdaf3b79 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2CanvasCheckTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2CanvasCheckTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2CatalogCheckTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2CatalogCheckTest.java
index 7dc2f2703a..1fc5f3f307 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2CatalogCheckTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2CatalogCheckTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2EmbeddedFilesCheckTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2EmbeddedFilesCheckTest.java
index 9ae11f661e..d37c526880 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2EmbeddedFilesCheckTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2EmbeddedFilesCheckTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2GraphicsCheckTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2GraphicsCheckTest.java
index 464a6e3f5f..6bbec013ad 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2GraphicsCheckTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2GraphicsCheckTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2LayoutOcgTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2LayoutOcgTest.java
index 5aac48a165..4b2a8f32cb 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2LayoutOcgTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2LayoutOcgTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2PageCheckTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2PageCheckTest.java
index d9b747d45b..3a1b20a3c5 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2PageCheckTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2PageCheckTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA3CatalogCheckTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA3CatalogCheckTest.java
index ce405fcb29..7510484939 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA3CatalogCheckTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA3CatalogCheckTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA3EmbeddedFilesCheckTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA3EmbeddedFilesCheckTest.java
index f8df052dca..418e620a1f 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA3EmbeddedFilesCheckTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA3EmbeddedFilesCheckTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAAppendModeTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAAppendModeTest.java
index a91c7706d1..1401a9bfdf 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAAppendModeTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAAppendModeTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfABarcodeTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfABarcodeTest.java
index a58f4ce8cc..93accaaf08 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfABarcodeTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfABarcodeTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfACheckfieldTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfACheckfieldTest.java
index 74f1187666..497984b9b8 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfACheckfieldTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfACheckfieldTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAFlushingTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAFlushingTest.java
index bb9a8a0608..0fbf55e9f3 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAFlushingTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAFlushingTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAFontTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAFontTest.java
index e844aa2d84..a77e097006 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAFontTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAFontTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAFormFieldTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAFormFieldTest.java
index 303c0f9da6..c23fa64660 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAFormFieldTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAFormFieldTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAIndirectObjectsCountLimitTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAIndirectObjectsCountLimitTest.java
index e2dde5dc26..e02bba9087 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAIndirectObjectsCountLimitTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAIndirectObjectsCountLimitTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAIndirectResourcesTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAIndirectResourcesTest.java
index c8f5d13973..5519ceaacf 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAIndirectResourcesTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAIndirectResourcesTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfALongStringTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfALongStringTest.java
index e7821b00fd..d7b0d6a653 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfALongStringTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfALongStringTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAPageTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAPageTest.java
index f9c036470a..3b129b5c25 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAPageTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAPageTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAPushbuttonfieldTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAPushbuttonfieldTest.java
index 7f4bc81da7..23a63aaf3d 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAPushbuttonfieldTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAPushbuttonfieldTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfARadiofieldTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfARadiofieldTest.java
index 691772a2b7..89c1b1f382 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfARadiofieldTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfARadiofieldTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAStampingModeTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAStampingModeTest.java
index e7077f5aa9..e990a3f481 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAStampingModeTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAStampingModeTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfATransparencyCheckTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfATransparencyCheckTest.java
index 0d9da5ecc9..f59cf3b0ff 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfATransparencyCheckTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfATransparencyCheckTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAXmpTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAXmpTest.java
index 176a8ca1af..786fe873b9 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAXmpTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAXmpTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa;
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 0f9f4806e2..59d1e3d51e 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA1CheckerTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA1CheckerTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa.checker;
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 2c00989cf0..f58dc6e5e4 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA1ImplementationLimitsCheckerTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA1ImplementationLimitsCheckerTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa.checker;
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 29a8adc0f6..235eb754fd 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 497d7490ca..00cbbe50c8 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA2CheckerTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA2CheckerTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa.checker;
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 c788161c86..a16c5b2f78 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA2CheckerTransparencyTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA2CheckerTransparencyTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa.checker;
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 77fcec9c5e..a9ba8723bb 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA2ImplementationLimitsCheckerTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA2ImplementationLimitsCheckerTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa.checker;
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 8bbe2d0ff1..01be5ddc89 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfACheckerTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfACheckerTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa.checker;
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 8c763b76d0..e7809defc6 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfACheckerTestUtils.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfACheckerTestUtils.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.pdfa.checker;
diff --git a/pdftest/pom.xml b/pdftest/pom.xml
index 5cb10973ad..cd22667472 100644
--- a/pdftest/pom.xml
+++ b/pdftest/pom.xml
@@ -4,7 +4,7 @@
com.itextpdf
root
- 7.1.18
+ 7.1.19
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 4bfd078a8c..f52ad37eda 100644
--- a/pdftest/src/main/java/com/itextpdf/test/AssertUtil.java
+++ b/pdftest/src/main/java/com/itextpdf/test/AssertUtil.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.test;
diff --git a/pdftest/src/main/java/com/itextpdf/test/ExceptionTestUtil.java b/pdftest/src/main/java/com/itextpdf/test/ExceptionTestUtil.java
index 27b5473d54..a977383416 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 ea4425777c..c424eaed8a 100644
--- a/pdftest/src/main/java/com/itextpdf/test/Executor.java
+++ b/pdftest/src/main/java/com/itextpdf/test/Executor.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.test;
diff --git a/pdftest/src/main/java/com/itextpdf/test/ExtendedITextTest.java b/pdftest/src/main/java/com/itextpdf/test/ExtendedITextTest.java
index 713bc35b3c..508525379d 100644
--- a/pdftest/src/main/java/com/itextpdf/test/ExtendedITextTest.java
+++ b/pdftest/src/main/java/com/itextpdf/test/ExtendedITextTest.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.test;
diff --git a/pdftest/src/main/java/com/itextpdf/test/ITextTest.java b/pdftest/src/main/java/com/itextpdf/test/ITextTest.java
index 79ad3c7d29..3b16a3f580 100644
--- a/pdftest/src/main/java/com/itextpdf/test/ITextTest.java
+++ b/pdftest/src/main/java/com/itextpdf/test/ITextTest.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.test;
diff --git a/pdftest/src/main/java/com/itextpdf/test/LogLevelConstants.java b/pdftest/src/main/java/com/itextpdf/test/LogLevelConstants.java
index 7695e4555e..ee9d56c4be 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 5415c760c2..cfbd4ce744 100644
--- a/pdftest/src/main/java/com/itextpdf/test/LogListener.java
+++ b/pdftest/src/main/java/com/itextpdf/test/LogListener.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.test;
diff --git a/pdftest/src/main/java/com/itextpdf/test/LoggerHelper.java b/pdftest/src/main/java/com/itextpdf/test/LoggerHelper.java
index d2296c19f7..35f6c1dee8 100644
--- a/pdftest/src/main/java/com/itextpdf/test/LoggerHelper.java
+++ b/pdftest/src/main/java/com/itextpdf/test/LoggerHelper.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.test;
diff --git a/pdftest/src/main/java/com/itextpdf/test/RunnerSearchConfig.java b/pdftest/src/main/java/com/itextpdf/test/RunnerSearchConfig.java
index c29629fd5f..b8f59f19b9 100644
--- a/pdftest/src/main/java/com/itextpdf/test/RunnerSearchConfig.java
+++ b/pdftest/src/main/java/com/itextpdf/test/RunnerSearchConfig.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.test;
diff --git a/pdftest/src/main/java/com/itextpdf/test/WrappedSamplesRunner.java b/pdftest/src/main/java/com/itextpdf/test/WrappedSamplesRunner.java
index 7a4abb9a62..93321d07a2 100644
--- a/pdftest/src/main/java/com/itextpdf/test/WrappedSamplesRunner.java
+++ b/pdftest/src/main/java/com/itextpdf/test/WrappedSamplesRunner.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.test;
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 1cbd3515fe..792c2b829c 100644
--- a/pdftest/src/main/java/com/itextpdf/test/annotations/LogMessage.java
+++ b/pdftest/src/main/java/com/itextpdf/test/annotations/LogMessage.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.test.annotations;
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 18cef7c19f..2d489f312a 100644
--- a/pdftest/src/main/java/com/itextpdf/test/annotations/LogMessages.java
+++ b/pdftest/src/main/java/com/itextpdf/test/annotations/LogMessages.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.test.annotations;
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 734776158c..2614fbfcf5 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.test.annotations.type;
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 51eaeacd4f..c61d7cf19d 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.test.annotations.type;
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 8db6cf37d5..1ecec45615 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.test.annotations.type;
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 5de9c6a776..154e7e5e66 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.test.annotations.type;
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 3438034683..e6e1757126 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,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.test.annotations.type;
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 094d6446d0..7934a55b43 100644
--- a/pdftest/src/main/java/com/itextpdf/test/pdfa/VeraPdfValidator.java
+++ b/pdftest/src/main/java/com/itextpdf/test/pdfa/VeraPdfValidator.java
@@ -1,46 +1,25 @@
/*
-
-This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
-Authors: Bruno Lowagie, Paulo Soares, et al.
-
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU Affero General Public License version 3
-as published by the Free Software Foundation with the addition of the
-following permission added to Section 15 as permitted in Section 7(a):
-FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
-ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
-OF THIRD PARTY RIGHTS
-
-This program is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-or FITNESS FOR A PARTICULAR PURPOSE.
-See the GNU Affero General Public License for more details.
-You should have received a copy of the GNU Affero General Public License
-along with this program; if not, see http://www.gnu.org/licenses or write to
-the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-Boston, MA, 02110-1301 USA, or download the license from the following URL:
-http://itextpdf.com/terms-of-use/
-
-The interactive user interfaces in modified source and object code versions
-of this program must display Appropriate Legal Notices, as required under
-Section 5 of the GNU Affero General Public License.
-
-In accordance with Section 7(b) of the GNU Affero General Public License,
-a covered work must retain the producer line in every PDF that is created
-or manipulated using iText.
-
-You can be released from the requirements of the license by purchasing
-a commercial license. Buying such a license is mandatory as soon as you
-develop commercial activities involving the iText software without
-disclosing the source code of your own applications.
-These activities include: offering paid services to customers as an ASP,
-serving PDFs on the fly in a web application, shipping iText with a closed
-source product.
-
-For more information, please contact iText Software Corp. at this
-address: sales@itextpdf.com
-*/
+ This file is part of the iText (R) project.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
+ */
package com.itextpdf.test.pdfa;
import org.verapdf.core.VeraPDFException;
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 2db2c4ade2..8ceb2dddb9 100644
--- a/pdftest/src/main/java/com/itextpdf/test/runners/RetryOnFailure.java
+++ b/pdftest/src/main/java/com/itextpdf/test/runners/RetryOnFailure.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.test.runners;
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 a0d63bd743..7972ea31aa 100644
--- a/pdftest/src/main/java/com/itextpdf/test/runners/RetryRunner.java
+++ b/pdftest/src/main/java/com/itextpdf/test/runners/RetryRunner.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.test.runners;
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 daf9f50d63..7ac1a600a8 100644
--- a/pdftest/src/main/java/com/itextpdf/test/signutils/Pkcs12FileHelper.java
+++ b/pdftest/src/main/java/com/itextpdf/test/signutils/Pkcs12FileHelper.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.test.signutils;
diff --git a/pdftest/src/test/java/com/itextpdf/test/LoggerHelperTest.java b/pdftest/src/test/java/com/itextpdf/test/LoggerHelperTest.java
index 259fb78dc2..7010f4f341 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/pom.xml b/pom.xml
index eda061766d..9464731940 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.itextpdf
root
- 7.1.18
+ 7.1.19
pom
iText 7
A Free Java-PDF library
@@ -71,7 +71,7 @@
-Xmx1024m
- 1.68
+ 1.75
6.0.3
3.0.0-M3
com.itextpdf.test.annotations.type.IntegrationTest
diff --git a/sign/pom.xml b/sign/pom.xml
index 84e370d869..fa3df87425 100644
--- a/sign/pom.xml
+++ b/sign/pom.xml
@@ -4,7 +4,7 @@
com.itextpdf
root
- 7.1.18
+ 7.1.19
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 84ce15855a..c96aff981d 100644
--- a/sign/src/main/java/com/itextpdf/signatures/BouncyCastleDigest.java
+++ b/sign/src/main/java/com/itextpdf/signatures/BouncyCastleDigest.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/CRLVerifier.java b/sign/src/main/java/com/itextpdf/signatures/CRLVerifier.java
index de72122c4d..e6737b97ca 100644
--- a/sign/src/main/java/com/itextpdf/signatures/CRLVerifier.java
+++ b/sign/src/main/java/com/itextpdf/signatures/CRLVerifier.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/CertificateInfo.java b/sign/src/main/java/com/itextpdf/signatures/CertificateInfo.java
index afa47b3ac3..f43cef0639 100644
--- a/sign/src/main/java/com/itextpdf/signatures/CertificateInfo.java
+++ b/sign/src/main/java/com/itextpdf/signatures/CertificateInfo.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/CertificateUtil.java b/sign/src/main/java/com/itextpdf/signatures/CertificateUtil.java
index 0fd5b1e371..0e95d7b2b3 100644
--- a/sign/src/main/java/com/itextpdf/signatures/CertificateUtil.java
+++ b/sign/src/main/java/com/itextpdf/signatures/CertificateUtil.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
@@ -119,7 +98,7 @@ public static String getCRLURL(X509Certificate certificate) throws CertificatePa
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 a425b128d7..9f8f49569a 100644
--- a/sign/src/main/java/com/itextpdf/signatures/CertificateVerification.java
+++ b/sign/src/main/java/com/itextpdf/signatures/CertificateVerification.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/CertificateVerifier.java b/sign/src/main/java/com/itextpdf/signatures/CertificateVerifier.java
index ecfb2d6e74..972de139b4 100644
--- a/sign/src/main/java/com/itextpdf/signatures/CertificateVerifier.java
+++ b/sign/src/main/java/com/itextpdf/signatures/CertificateVerifier.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/CrlClientOffline.java b/sign/src/main/java/com/itextpdf/signatures/CrlClientOffline.java
index dc6a24c0a8..efb42d0b25 100644
--- a/sign/src/main/java/com/itextpdf/signatures/CrlClientOffline.java
+++ b/sign/src/main/java/com/itextpdf/signatures/CrlClientOffline.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/CrlClientOnline.java b/sign/src/main/java/com/itextpdf/signatures/CrlClientOnline.java
index bfd97b095a..aa16392a79 100644
--- a/sign/src/main/java/com/itextpdf/signatures/CrlClientOnline.java
+++ b/sign/src/main/java/com/itextpdf/signatures/CrlClientOnline.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/DigestAlgorithms.java b/sign/src/main/java/com/itextpdf/signatures/DigestAlgorithms.java
index a395e6aaf6..247d1c2145 100644
--- a/sign/src/main/java/com/itextpdf/signatures/DigestAlgorithms.java
+++ b/sign/src/main/java/com/itextpdf/signatures/DigestAlgorithms.java
@@ -1,45 +1,24 @@
- /*
- *
- * This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+/*
+ This file is part of the iText (R) project.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/EncryptionAlgorithms.java b/sign/src/main/java/com/itextpdf/signatures/EncryptionAlgorithms.java
index 9b9435c535..24dfd60dc5 100644
--- a/sign/src/main/java/com/itextpdf/signatures/EncryptionAlgorithms.java
+++ b/sign/src/main/java/com/itextpdf/signatures/EncryptionAlgorithms.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/ExternalBlankSignatureContainer.java b/sign/src/main/java/com/itextpdf/signatures/ExternalBlankSignatureContainer.java
index 4ed7330c32..7354492b8e 100644
--- a/sign/src/main/java/com/itextpdf/signatures/ExternalBlankSignatureContainer.java
+++ b/sign/src/main/java/com/itextpdf/signatures/ExternalBlankSignatureContainer.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/ICrlClient.java b/sign/src/main/java/com/itextpdf/signatures/ICrlClient.java
index 7efd4fbe71..dee79fce27 100644
--- a/sign/src/main/java/com/itextpdf/signatures/ICrlClient.java
+++ b/sign/src/main/java/com/itextpdf/signatures/ICrlClient.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/IExternalDigest.java b/sign/src/main/java/com/itextpdf/signatures/IExternalDigest.java
index 091a131be5..f16a22f13b 100644
--- a/sign/src/main/java/com/itextpdf/signatures/IExternalDigest.java
+++ b/sign/src/main/java/com/itextpdf/signatures/IExternalDigest.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/IExternalSignature.java b/sign/src/main/java/com/itextpdf/signatures/IExternalSignature.java
index 92a29c9032..299dac9e36 100644
--- a/sign/src/main/java/com/itextpdf/signatures/IExternalSignature.java
+++ b/sign/src/main/java/com/itextpdf/signatures/IExternalSignature.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/IExternalSignatureContainer.java b/sign/src/main/java/com/itextpdf/signatures/IExternalSignatureContainer.java
index d6ed1a2ee4..678f02821a 100644
--- a/sign/src/main/java/com/itextpdf/signatures/IExternalSignatureContainer.java
+++ b/sign/src/main/java/com/itextpdf/signatures/IExternalSignatureContainer.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/IOcspClient.java b/sign/src/main/java/com/itextpdf/signatures/IOcspClient.java
index b52b5dbd55..ae5dbbed53 100644
--- a/sign/src/main/java/com/itextpdf/signatures/IOcspClient.java
+++ b/sign/src/main/java/com/itextpdf/signatures/IOcspClient.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/ITSAClient.java b/sign/src/main/java/com/itextpdf/signatures/ITSAClient.java
index 6fd60b64c5..68695b5ec9 100644
--- a/sign/src/main/java/com/itextpdf/signatures/ITSAClient.java
+++ b/sign/src/main/java/com/itextpdf/signatures/ITSAClient.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/ITSAInfoBouncyCastle.java b/sign/src/main/java/com/itextpdf/signatures/ITSAInfoBouncyCastle.java
index 8674f11a1d..a19dd91a5a 100644
--- a/sign/src/main/java/com/itextpdf/signatures/ITSAInfoBouncyCastle.java
+++ b/sign/src/main/java/com/itextpdf/signatures/ITSAInfoBouncyCastle.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/KeyStoreUtil.java b/sign/src/main/java/com/itextpdf/signatures/KeyStoreUtil.java
index 603edf8453..a08729d4c6 100644
--- a/sign/src/main/java/com/itextpdf/signatures/KeyStoreUtil.java
+++ b/sign/src/main/java/com/itextpdf/signatures/KeyStoreUtil.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/LtvVerification.java b/sign/src/main/java/com/itextpdf/signatures/LtvVerification.java
index d927523c61..102383ab82 100644
--- a/sign/src/main/java/com/itextpdf/signatures/LtvVerification.java
+++ b/sign/src/main/java/com/itextpdf/signatures/LtvVerification.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/LtvVerifier.java b/sign/src/main/java/com/itextpdf/signatures/LtvVerifier.java
index f95b7237b0..8822af58bf 100644
--- a/sign/src/main/java/com/itextpdf/signatures/LtvVerifier.java
+++ b/sign/src/main/java/com/itextpdf/signatures/LtvVerifier.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/OCSPVerifier.java b/sign/src/main/java/com/itextpdf/signatures/OCSPVerifier.java
index 30f03ebdb3..256e84f175 100644
--- a/sign/src/main/java/com/itextpdf/signatures/OCSPVerifier.java
+++ b/sign/src/main/java/com/itextpdf/signatures/OCSPVerifier.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/OID.java b/sign/src/main/java/com/itextpdf/signatures/OID.java
index 47bf516b80..5785b79e88 100644
--- a/sign/src/main/java/com/itextpdf/signatures/OID.java
+++ b/sign/src/main/java/com/itextpdf/signatures/OID.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/OcspClientBouncyCastle.java b/sign/src/main/java/com/itextpdf/signatures/OcspClientBouncyCastle.java
index ac4606e4e4..1a8d23d971 100644
--- a/sign/src/main/java/com/itextpdf/signatures/OcspClientBouncyCastle.java
+++ b/sign/src/main/java/com/itextpdf/signatures/OcspClientBouncyCastle.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/PdfPKCS7.java b/sign/src/main/java/com/itextpdf/signatures/PdfPKCS7.java
index 884075b80b..6bce9f21c6 100644
--- a/sign/src/main/java/com/itextpdf/signatures/PdfPKCS7.java
+++ b/sign/src/main/java/com/itextpdf/signatures/PdfPKCS7.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
@@ -270,7 +249,7 @@ public PdfPKCS7(byte[] contentsKey, PdfName filterSubtype, String provider) {
ASN1ObjectIdentifier objId = (ASN1ObjectIdentifier) signedData.getObjectAt(0);
if (!objId.getId().equals(SecurityIDs.ID_PKCS7_SIGNED_DATA))
throw new IllegalArgumentException(PdfException.NotAValidPkcs7ObjectNotSignedData);
- 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
@@ -293,7 +272,7 @@ public PdfPKCS7(byte[] contentsKey, PdfName filterSubtype, String provider) {
// the possible ID_PKCS7_DATA
ASN1Sequence rsaData = (ASN1Sequence) content.getObjectAt(2);
if (rsaData.size() > 1) {
- ASN1OctetString rsaDataContent = (ASN1OctetString) ((ASN1TaggedObject) rsaData.getObjectAt(1)).getObject();
+ ASN1OctetString rsaDataContent = (ASN1OctetString) ((ASN1TaggedObject) rsaData.getObjectAt(1)).getBaseObject().toASN1Primitive();
this.rsaData = rsaDataContent.getOctets();
}
@@ -390,11 +369,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);
}
}
@@ -761,7 +740,7 @@ public byte[] getEncodedPKCS1() {
digest = sig.sign();
ByteArrayOutputStream bOut = new ByteArrayOutputStream();
- ASN1OutputStream dout = new ASN1OutputStream(bOut);
+ ASN1OutputStream dout = ASN1OutputStream.create(bOut);
dout.writeObject(new DEROctetString(digest));
dout.close();
@@ -947,7 +926,7 @@ public byte[] getEncodedPKCS7(byte[] secondDigest, PdfSigner.CryptoStandard sigt
ByteArrayOutputStream bOut = new ByteArrayOutputStream();
- ASN1OutputStream dout = new ASN1OutputStream(bOut);
+ ASN1OutputStream dout = ASN1OutputStream.create(bOut);
dout.writeObject(new DERSequence(whole));
dout.close();
@@ -1457,8 +1436,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 1c0b06c70e..8a1a129a83 100644
--- a/sign/src/main/java/com/itextpdf/signatures/PdfSignature.java
+++ b/sign/src/main/java/com/itextpdf/signatures/PdfSignature.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/PdfSignatureApp.java b/sign/src/main/java/com/itextpdf/signatures/PdfSignatureApp.java
index 8fb8bbb222..b2d039decc 100644
--- a/sign/src/main/java/com/itextpdf/signatures/PdfSignatureApp.java
+++ b/sign/src/main/java/com/itextpdf/signatures/PdfSignatureApp.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/PdfSignatureAppearance.java b/sign/src/main/java/com/itextpdf/signatures/PdfSignatureAppearance.java
index 40fafb6010..fa0a780520 100644
--- a/sign/src/main/java/com/itextpdf/signatures/PdfSignatureAppearance.java
+++ b/sign/src/main/java/com/itextpdf/signatures/PdfSignatureAppearance.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/PdfSignatureBuildProperties.java b/sign/src/main/java/com/itextpdf/signatures/PdfSignatureBuildProperties.java
index 0f7e2ccabb..8fb8e177b9 100644
--- a/sign/src/main/java/com/itextpdf/signatures/PdfSignatureBuildProperties.java
+++ b/sign/src/main/java/com/itextpdf/signatures/PdfSignatureBuildProperties.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/PdfSigner.java b/sign/src/main/java/com/itextpdf/signatures/PdfSigner.java
index c51e3ae897..c984bfbb35 100644
--- a/sign/src/main/java/com/itextpdf/signatures/PdfSigner.java
+++ b/sign/src/main/java/com/itextpdf/signatures/PdfSigner.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/PrivateKeySignature.java b/sign/src/main/java/com/itextpdf/signatures/PrivateKeySignature.java
index 07853e477b..2654b42536 100644
--- a/sign/src/main/java/com/itextpdf/signatures/PrivateKeySignature.java
+++ b/sign/src/main/java/com/itextpdf/signatures/PrivateKeySignature.java
@@ -1,45 +1,24 @@
/*
- *
- * This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+ This file is part of the iText (R) project.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/ProviderDigest.java b/sign/src/main/java/com/itextpdf/signatures/ProviderDigest.java
index 293615c8c4..fb7da316b8 100644
--- a/sign/src/main/java/com/itextpdf/signatures/ProviderDigest.java
+++ b/sign/src/main/java/com/itextpdf/signatures/ProviderDigest.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/RootStoreVerifier.java b/sign/src/main/java/com/itextpdf/signatures/RootStoreVerifier.java
index a9182ecd85..26805e8356 100644
--- a/sign/src/main/java/com/itextpdf/signatures/RootStoreVerifier.java
+++ b/sign/src/main/java/com/itextpdf/signatures/RootStoreVerifier.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/SecurityIDs.java b/sign/src/main/java/com/itextpdf/signatures/SecurityIDs.java
index 3762f2d5ba..25cc3b3b16 100644
--- a/sign/src/main/java/com/itextpdf/signatures/SecurityIDs.java
+++ b/sign/src/main/java/com/itextpdf/signatures/SecurityIDs.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/SignUtils.java b/sign/src/main/java/com/itextpdf/signatures/SignUtils.java
index a55cdd968f..32de8e5812 100644
--- a/sign/src/main/java/com/itextpdf/signatures/SignUtils.java
+++ b/sign/src/main/java/com/itextpdf/signatures/SignUtils.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/SignaturePermissions.java b/sign/src/main/java/com/itextpdf/signatures/SignaturePermissions.java
index 1a8b86cf57..8517ae9f66 100644
--- a/sign/src/main/java/com/itextpdf/signatures/SignaturePermissions.java
+++ b/sign/src/main/java/com/itextpdf/signatures/SignaturePermissions.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/SignaturePolicyInfo.java b/sign/src/main/java/com/itextpdf/signatures/SignaturePolicyInfo.java
index fb3001ecbe..9c7cc411cd 100644
--- a/sign/src/main/java/com/itextpdf/signatures/SignaturePolicyInfo.java
+++ b/sign/src/main/java/com/itextpdf/signatures/SignaturePolicyInfo.java
@@ -1,46 +1,24 @@
/*
- $Id$
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/SignatureUtil.java b/sign/src/main/java/com/itextpdf/signatures/SignatureUtil.java
index 935840b346..561cf68787 100644
--- a/sign/src/main/java/com/itextpdf/signatures/SignatureUtil.java
+++ b/sign/src/main/java/com/itextpdf/signatures/SignatureUtil.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/TSAClientBouncyCastle.java b/sign/src/main/java/com/itextpdf/signatures/TSAClientBouncyCastle.java
index 74f053302b..227c9b5828 100644
--- a/sign/src/main/java/com/itextpdf/signatures/TSAClientBouncyCastle.java
+++ b/sign/src/main/java/com/itextpdf/signatures/TSAClientBouncyCastle.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/TimestampConstants.java b/sign/src/main/java/com/itextpdf/signatures/TimestampConstants.java
index d89bdc4b13..8b21359ace 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 a3c7d1a66f..d8333f9a72 100644
--- a/sign/src/main/java/com/itextpdf/signatures/VerificationException.java
+++ b/sign/src/main/java/com/itextpdf/signatures/VerificationException.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/main/java/com/itextpdf/signatures/VerificationOK.java b/sign/src/main/java/com/itextpdf/signatures/VerificationOK.java
index 3b75b68a8f..105d9b15d0 100644
--- a/sign/src/main/java/com/itextpdf/signatures/VerificationOK.java
+++ b/sign/src/main/java/com/itextpdf/signatures/VerificationOK.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/test/java/com/itextpdf/signatures/CertificateSupportedCriticalExtensionsTest.java b/sign/src/test/java/com/itextpdf/signatures/CertificateSupportedCriticalExtensionsTest.java
index f2f041b631..996630dc2a 100644
--- a/sign/src/test/java/com/itextpdf/signatures/CertificateSupportedCriticalExtensionsTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/CertificateSupportedCriticalExtensionsTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/test/java/com/itextpdf/signatures/OcspClientBouncyCastleTest.java b/sign/src/test/java/com/itextpdf/signatures/OcspClientBouncyCastleTest.java
index 7fb1aeb007..efac205019 100644
--- a/sign/src/test/java/com/itextpdf/signatures/OcspClientBouncyCastleTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/OcspClientBouncyCastleTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/test/java/com/itextpdf/signatures/PdfSignerUnitTest.java b/sign/src/test/java/com/itextpdf/signatures/PdfSignerUnitTest.java
index 967ae3de0b..bf549c3d5a 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 7108c0ec9b..e198d6bac3 100644
--- a/sign/src/test/java/com/itextpdf/signatures/SignaturePermissionsTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/SignaturePermissionsTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/test/java/com/itextpdf/signatures/SignaturePolicyInfoTest.java b/sign/src/test/java/com/itextpdf/signatures/SignaturePolicyInfoTest.java
index 35ac949ca5..aa734d2f91 100644
--- a/sign/src/test/java/com/itextpdf/signatures/SignaturePolicyInfoTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/SignaturePolicyInfoTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/test/java/com/itextpdf/signatures/SignatureUtilTest.java b/sign/src/test/java/com/itextpdf/signatures/SignatureUtilTest.java
index 6b914f83dc..9f29997250 100644
--- a/sign/src/test/java/com/itextpdf/signatures/SignatureUtilTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/SignatureUtilTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
diff --git a/sign/src/test/java/com/itextpdf/signatures/VerificationOKTest.java b/sign/src/test/java/com/itextpdf/signatures/VerificationOKTest.java
index 0b9559aa15..bd49aae665 100644
--- a/sign/src/test/java/com/itextpdf/signatures/VerificationOKTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/VerificationOKTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures;
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 8ba93f7e99..dafe71f9a7 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 03b370dc29..7b4108fd57 100644
--- a/sign/src/test/java/com/itextpdf/signatures/sign/CrlClientOnlineTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/sign/CrlClientOnlineTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures.sign;
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 d479792cbd..9d3c9479cb 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 be7a39ebaa..3f9700d91d 100644
--- a/sign/src/test/java/com/itextpdf/signatures/sign/LtvSigTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/sign/LtvSigTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures.sign;
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 08bd185188..566c624903 100644
--- a/sign/src/test/java/com/itextpdf/signatures/sign/LtvWithTwoSignaturesTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/sign/LtvWithTwoSignaturesTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures.sign;
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 7f466d548b..d8f221e076 100644
--- a/sign/src/test/java/com/itextpdf/signatures/sign/PadesSigTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/sign/PadesSigTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures.sign;
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 72a16b88bd..b97661a148 100644
--- a/sign/src/test/java/com/itextpdf/signatures/sign/PadesSignatureLevelTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/sign/PadesSignatureLevelTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures.sign;
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 67fa5857c9..9f2f9f4e4f 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 96e3c2db88..8ba991e687 100644
--- a/sign/src/test/java/com/itextpdf/signatures/sign/PdfASigningTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/sign/PdfASigningTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures.sign;
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 88aac775f2..04f6eb3473 100644
--- a/sign/src/test/java/com/itextpdf/signatures/sign/PdfSignatureAppearanceTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/sign/PdfSignatureAppearanceTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures.sign;
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 359b8d0830..f3dd7a5e98 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 6e359794a8..cdfe7286a0 100644
--- a/sign/src/test/java/com/itextpdf/signatures/sign/SequentialSignaturesTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/sign/SequentialSignaturesTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures.sign;
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 edbed24a59..f1a083b7c1 100644
--- a/sign/src/test/java/com/itextpdf/signatures/sign/SignDeferredTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/sign/SignDeferredTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures.sign;
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 ff7f089324..fd7d3efc51 100644
--- a/sign/src/test/java/com/itextpdf/signatures/sign/SimpleSigningTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/sign/SimpleSigningTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures.sign;
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 d70357f901..79ffd124fd 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 ef2ccaced5..709ca9f93a 100644
--- a/sign/src/test/java/com/itextpdf/signatures/sign/TimestampSigTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/sign/TimestampSigTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures.sign;
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 ac2b30df10..29772e487f 100644
--- a/sign/src/test/java/com/itextpdf/signatures/testutils/SignTestPortUtil.java
+++ b/sign/src/test/java/com/itextpdf/signatures/testutils/SignTestPortUtil.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures.testutils;
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 90c38c0456..1de2546273 100644
--- a/sign/src/test/java/com/itextpdf/signatures/testutils/SignaturesCompareTool.java
+++ b/sign/src/test/java/com/itextpdf/signatures/testutils/SignaturesCompareTool.java
@@ -1,45 +1,24 @@
/*
-
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures.testutils;
@@ -101,8 +80,8 @@ public static String compareSignatures(String dest, String cmp) throws IOExcepti
isFailed = true;
}
- 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()),
@@ -221,8 +200,8 @@ private static boolean compareAsn1Structures(ASN1Primitive out, ASN1Primitive cm
if (cmp instanceof ASN1TaggedObject) {
ASN1TaggedObject cmpTag = (ASN1TaggedObject) cmp;
ASN1TaggedObject outTag = (ASN1TaggedObject) out;
- if (!(cmpTag.getObject() instanceof ASN1Sequence)) {
- if (!cmpTag.getObject().equals(outTag.getObject())) {
+ if (!(cmpTag.getBaseObject().toASN1Primitive() instanceof ASN1Sequence)) {
+ if (!cmpTag.getBaseObject().toASN1Primitive().equals(outTag.getBaseObject().toASN1Primitive())) {
addError(errorText, "ASN1 objects are different", ASN1Dump.dumpAsString(outTag, true),
ASN1Dump.dumpAsString(cmpTag, true));
isFailed = true;
@@ -231,8 +210,8 @@ private static boolean compareAsn1Structures(ASN1Primitive out, ASN1Primitive cm
return isFailed;
}
- cmpObject = (ASN1Sequence) (cmpTag).getObject();
- outObject = (ASN1Sequence) (outTag).getObject();
+ cmpObject = (ASN1Sequence) (cmpTag).getBaseObject().toASN1Primitive();
+ outObject = (ASN1Sequence) (outTag).getBaseObject().toASN1Primitive();
} else {
cmpObject = (ASN1Sequence) cmp;
outObject = (ASN1Sequence) out;
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 5b1e7e50bb..ae31940769 100644
--- a/sign/src/test/java/com/itextpdf/signatures/testutils/X509MockCertificate.java
+++ b/sign/src/test/java/com/itextpdf/signatures/testutils/X509MockCertificate.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures.testutils;
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 2bc41776e1..8307823c70 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures.testutils.builder;
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 31a331b3fc..4392ffb631 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures.testutils.builder;
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 55df9eb73a..4740c6233c 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures.testutils.builder;
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 0341485181..47ad200e8f 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures.testutils.cert;
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 81296fadfb..7a62e91912 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures.testutils.client;
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 e63375c0cb..34b1e935be 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures.testutils.client;
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 b2fd8ac6a9..d9f5e42acd 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures.testutils.client;
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 7a4b101928..0d89c147b0 100644
--- a/sign/src/test/java/com/itextpdf/signatures/verify/CertificateVerificationClassTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/verify/CertificateVerificationClassTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures.verify;
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 f8f1b97cf0..13fa8cd1ff 100644
--- a/sign/src/test/java/com/itextpdf/signatures/verify/CrlVerifierTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/verify/CrlVerifierTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures.verify;
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 01219cd5b6..7ccf2c1cfc 100644
--- a/sign/src/test/java/com/itextpdf/signatures/verify/LtvVerifierTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/verify/LtvVerifierTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures.verify;
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 8fd0db18ba..9761833d53 100644
--- a/sign/src/test/java/com/itextpdf/signatures/verify/OcspVerifierTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/verify/OcspVerifierTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures.verify;
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 a07bacf9d3..e4f0d02d12 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.signatures.verify.pdfinsecurity;
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 912766a8ac..7dd5fabd42 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.signatures.verify.pdfinsecurity;
diff --git a/styled-xml-parser/pom.xml b/styled-xml-parser/pom.xml
index 173c19e3d4..e0bf3ed965 100644
--- a/styled-xml-parser/pom.xml
+++ b/styled-xml-parser/pom.xml
@@ -4,7 +4,7 @@
com.itextpdf
root
- 7.1.18
+ 7.1.19
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 7cb90489b1..122e321f58 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser;
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 31f311b97f..5688f85320 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser;
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 cc336cdb26..3a1bc5e25a 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser;
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/LogMessageConstant.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/LogMessageConstant.java
index 9286e4092a..554cae14dd 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/LogMessageConstant.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/LogMessageConstant.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser;
/**
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 628484ee45..75a93c7e97 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser;
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/StyledXmlParserExceptionMessage.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/StyledXmlParserExceptionMessage.java
index e9444b69f1..e942a548ab 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/StyledXmlParserExceptionMessage.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/StyledXmlParserExceptionMessage.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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/CommonCssConstants.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CommonCssConstants.java
index 29a9d214ff..74970ce3a8 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css;
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 9ad87a4c1e..86ae930563 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css;
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 af4f33a0d2..1a0a2a0570 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css;
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 e1da93fd07..b394f530cd 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css;
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 bd8098a1fc..d8f2f2a166 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css;
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 3a66b8cb7d..205877d4b4 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css;
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 949c696d86..4d3fc91286 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css;
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 7f7f23c5e7..8388d98bd1 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css;
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 680b029cd1..4f309b2f5c 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css;
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 ddffbebc33..0bd0153196 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css;
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 cf0f33c1a7..b5ed4e0726 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css;
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 ec6e7025d5..0474d46296 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css;
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 93016665ba..c39f775847 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css;
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 b1494edafc..ac4d5e48e9 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css;
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 4fee8481c8..88052fb2c9 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 030f5342fd..6c1b9d9895 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.media;
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 b1f7f06689..d81b32967b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.media;
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 ed34c14893..20d22588ee 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.media;
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 c6e813074a..fb3156f672 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.media;
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 b859fb5e58..bd770265aa 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.media;
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 8a3889a9c1..177e811fe5 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.media;
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 a54ca0987a..54e0547f7a 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.media;
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 a6feaca43d..301600b8d2 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.media;
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 75e79587c3..8182dd975f 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.page;
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 c8c76ae8d1..2701b20afd 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.page;
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 228b4e0739..4d06cd05a1 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.page;
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 b07e69058e..06af50c0ce 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.page;
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 c1ec5e4307..e473cca2bb 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.page;
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 a35b71e30a..1563ee32f6 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.page;
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 62ae527eff..362e8dd46c 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.parse;
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 7c8fc4481d..aaf0f011df 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.parse;
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 3574f3dc27..a0dbb06eab 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.parse;
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 4be3ca44ae..8fec446981 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.parse;
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 21a5e9bb8b..f5511611d8 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.parse;
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 380cb96a17..21890fdbb9 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.parse.syntax;
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 9f20513bc3..802dc8f0b5 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.parse.syntax;
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 b3fc99d5e9..3619b3ed67 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.parse.syntax;
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 503445b444..c78d8c835b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.parse.syntax;
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 b21cb10f5e..d615ab70a9 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.parse.syntax;
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 d91c0b121a..32bad276db 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.parse.syntax;
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 4d9fe0820a..481fee2fdf 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.parse.syntax;
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/PropertiesState.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/PropertiesState.java
index 19e32b0709..a616c6ae3d 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/PropertiesState.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/PropertiesState.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.parse.syntax;
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 cd439c19d9..180b4b8246 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.parse.syntax;
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 9e6810c57f..7d21f5f3af 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.parse.syntax;
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 099d314b7d..f79fbe6ab2 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.pseudo;
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 7d081f58d8..fa71d8711e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.pseudo;
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 56eae761ca..2a23d6b8fa 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve;
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 e2ad87c00e..e58fb9ad91 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve;
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 419b0967bf..701c359ba7 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve;
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 b87b1b46f9..1eec9cfc1f 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve;
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 1302eb677c..5d7e8199bb 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve;
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 a836af5e2f..935d675c6e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve;
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 66b64ff039..f7964798b3 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve.shorthand;
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 7a177116e8..b4a246f3a7 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve.shorthand;
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 eac8355453..3032f03b5f 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve.shorthand.impl;
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 dd6da44ec3..04fe39dd41 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve.shorthand.impl;
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 8c2adfe460..8b7970f4e3 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve.shorthand.impl;
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 fbd647f8b7..3590e3f912 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 31938241f2..f01ba19c7c 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve.shorthand.impl;
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 e6bbcce9fc..65704a9141 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve.shorthand.impl;
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 83d9fbf2d8..fbe4be13b2 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve.shorthand.impl;
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 82ad96872b..ac09301b37 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve.shorthand.impl;
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 117b2b9a15..9be90a63eb 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve.shorthand.impl;
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 640770f1be..8060d49253 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve.shorthand.impl;
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 99da7a7a93..b932b3056b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve.shorthand.impl;
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 f932a277fb..2426d8dbbd 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve.shorthand.impl;
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 8f72fd488e..e56c7ae630 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve.shorthand.impl;
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 aff1e95dce..4103c6ce32 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve.shorthand.impl;
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 4a51256b5f..50976931fb 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve.shorthand.impl;
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 f6f80965c4..edfb2ba5f4 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve.shorthand.impl;
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 ece6c22bb0..a87d63231d 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve.shorthand.impl;
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 fb9105402e..7e62200bf1 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve.shorthand.impl;
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 de31bdf9eb..37e1931cb0 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve.shorthand.impl;
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 aff72d3d12..284d7c63fb 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve.shorthand.impl;
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 dda2fcdaec..d326a39ff7 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve.shorthand.impl;
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 0dd699313f..477ba42997 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve.shorthand.impl;
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 b80b67ed89..4febabeace 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve.shorthand.impl;
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 af225eca37..a084602814 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 4b59ef4871..f2e79162d4 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.selector;
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 49369a0d4b..59038505b2 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.selector;
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 a345f3c29a..c032243e22 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.selector;
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 3f14c7911c..e61820c3a2 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.selector;
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 cb08429bba..ed438e6364 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.selector;
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 c967334e6b..2c21ac01de 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.selector;
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 9970b37c64..3fbb29acb4 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.selector.item;
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 4093368304..9ee4b46b44 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.selector.item;
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 0f116ad248..41c69975c4 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.selector.item;
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 df5d19f8d9..77698d762e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.selector.item;
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 523764dbfe..06e4c92830 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.selector.item;
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 4c860dba2c..48d0b3a30c 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.selector.item;
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 8f4e0e5bee..1f91be31cb 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.selector.item;
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 2559b82767..425d63fad1 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.selector.item;
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 f5e92225f1..c78ea8af30 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.selector.item;
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 feb30fcedd..e056299098 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.selector.item;
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 494f00b5cb..07d4b2efa2 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.selector.item;
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 a7273a2d71..f46dd76320 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.selector.item;
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 451b8a08d4..c2f390ce67 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.selector.item;
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 3983ee43c9..4e8d3a22e7 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.selector.item;
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 41b0c8ebaa..9b7fd8ebf5 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.selector.item;
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 126129f89e..618c015a5e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.selector.item;
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 a340c6f507..866addd96d 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.selector.item;
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 6ae5a41db6..9058b1a878 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.selector.item;
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 d458858d83..671702e028 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.selector.item;
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 35e77d1766..bfdc1c6549 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.selector.item;
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 54e081c895..bcd9e84e1d 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.selector.item;
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 e4a88cf06b..1ec6949cec 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.selector.item;
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 2766978b21..96bc35de3a 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.selector.item;
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 3cd1c3e95f..66fa597bf3 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 4b804c2976..670d98742f 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 7e3e7e93fd..50fa8f86b9 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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/CssMappingUtils.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/util/CssMappingUtils.java
index c0e52f780a..b4e61f36f1 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/util/CssMappingUtils.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/util/CssMappingUtils.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.util;
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 f6c6d970b3..443384d4e2 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.util;
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 1189236b1c..b721d55f85 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 7c69562fe2..d942b814c8 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.util;
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 1012339ec9..829bc4ce3d 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 d2577c2bd0..a86f9f48cb 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.validate;
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 5e7605f6d0..c4e8f36ea2 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.validate;
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 9d1657fa5e..9137b2a51c 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.validate;
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 f87aeecb67..d194fd10a6 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.validate.impl.datatype;
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 07da071ead..b216fd8d39 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 4ebd391136..4befcf98a2 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.validate.impl.datatype;
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 dc9c033dfb..34f765fee2 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.validate.impl.datatype;
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 4cd383965d..7ba4071ddc 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.validate.impl.datatype;
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 deffde90bb..7f335c690d 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.validate.impl.datatype;
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 e5a4553fc0..3a76b9fb9a 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 71438450df..e49d4856f7 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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/CssNumericValueValidator.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssNumericValueValidator.java
index 2f22c119e4..a3cfe4f53a 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssNumericValueValidator.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssNumericValueValidator.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 34d66b2e3b..165f532fe1 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 14e5f6e412..964a84c548 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.validate.impl.datatype;
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 de028e39ef..5b2e2e121e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.validate.impl.datatype;
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 0feaa696fb..e4a4409cfc 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.validate.impl.declaration;
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 0eb4afb0de..a4902e8b8d 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.validate.impl.declaration;
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 d93e70c1f7..75ecfc914c 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.exceptions;
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/HttpStatusException.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/HttpStatusException.java
index 2b971586ac..983dbca306 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/HttpStatusException.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/HttpStatusException.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup;
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 fe7be7fe07..eed99765cb 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup;
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 5f0ad7206f..3dd1af706e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup;
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 8c2b121686..2056024d9b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup;
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/UnsupportedMimeTypeException.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/UnsupportedMimeTypeException.java
index e1d6569c24..9c41a974c8 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/UnsupportedMimeTypeException.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/UnsupportedMimeTypeException.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup;
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 33f194b506..4b5e4ec269 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.helper;
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/helper/DescendableLinkedList.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/helper/DescendableLinkedList.java
index 6f962a44e4..b9180afffa 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/helper/DescendableLinkedList.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/helper/DescendableLinkedList.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.helper;
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 45d7b377ad..f4c6b3019d 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.helper;
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/helper/StringUtil.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/helper/StringUtil.java
index ae0b7fa170..fa4bf2ac4d 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/helper/StringUtil.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/helper/StringUtil.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.helper;
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 41d10d1cf7..7b9aa8fc89 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.helper;
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 711e3bd559..83edf7fcb1 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.nodes;
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 b69e606096..124eb393c7 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.nodes;
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/BooleanAttribute.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/BooleanAttribute.java
index e26255e19a..02e484839a 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/BooleanAttribute.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/BooleanAttribute.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.nodes;
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 b51b6d7490..0befe33efc 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.nodes;
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 3bce52801f..42f802c50b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.nodes;
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 5cf009cf2c..e5962a21bb 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.nodes;
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 68794a87c4..e5ef0c508e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.nodes;
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 daadad4440..7d7a4aead1 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.nodes;
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 7f0a4f1e31..e99e28b052 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.nodes;
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 4f9c6b7338..dfca34c79b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.nodes;
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 ef5876a5a0..0398dc8be5 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.nodes;
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 13d1f2a808..0aa5f2b111 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.nodes;
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 91f7cc82c7..5245ce0e8b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.nodes;
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 87c1dce01a..119668b07e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.parser;
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 9fdf440048..04867f2e06 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.parser;
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 5946fafbff..6b10d63531 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.parser;
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 d252037f22..fa6ae66274 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.parser;
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 6ca0bd4bcc..dda531ead9 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.parser;
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 6881a43de7..cd88e276a4 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.parser;
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 5678d6e0b0..8367fa4be8 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.parser;
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 d53e060fed..74341e1939 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.parser;
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 bdd9ac899e..a79d76770b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.parser;
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 fb063b8f70..fca2d53cb8 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.parser;
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 814678019e..1fdc75c6e0 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.parser;
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 3022faf1e6..33f3defe90 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.parser;
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 c6233f54d6..d7fe61c30f 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.parser;
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 fa46dc5d14..089f21e321 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.safety;
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 12fcbd9553..be96ee1dbd 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.safety;
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 363fbecc51..5783a0fd68 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.select;
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 c46c0e7856..677b40cb06 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.select;
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 540af53d5d..2b43c84057 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.select;
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 a924499cb0..4d1f825233 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.select;
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 01c6a3a67d..109da04f3d 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.select;
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 a83c4fd280..848da33e6b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.select;
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 beb6830ae4..6d22c016d2 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.select;
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 23ac222937..3e65c03c34 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.select;
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 e3157f62dd..6cbab1f54a 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.select;
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 bab9cf1c37..1040fb1309 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.node;
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 be38d070de..9093937789 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.node;
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 0b8278cc7d..f6659ca07b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.node;
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 ed721ac8dc..aca25cf9ba 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.node;
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 775283fa86..b5d49bd2ec 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.node;
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 df07bca5dd..f53460a65a 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.node;
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 677b295699..5199dc553c 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.node;
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 f6bce90902..b1bcd965d6 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.node;
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 1502969e43..27d3f335a5 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.node;
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 042191d48d..81b5cdfe96 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.node;
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 4d81f6f735..9100805aef 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.node.impl.jsoup;
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 a55aaa4a7f..495b9b7662 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.node.impl.jsoup;
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 58a0d06e4f..ec73247c80 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.node.impl.jsoup.node;
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 be66fb55b9..3066653aa5 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.node.impl.jsoup.node;
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 b5d60fc3fb..db2af38fcd 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.node.impl.jsoup.node;
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 c8c3431803..50dcec1fe3 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.node.impl.jsoup.node;
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 de0e6f3506..c471bed8f0 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.node.impl.jsoup.node;
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 d0e0642166..18f564af2a 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.node.impl.jsoup.node;
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 393b32b172..9d3bf41cbb 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.node.impl.jsoup.node;
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 ad3b8e575f..bb1764056c 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.node.impl.jsoup.node;
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 2e3b15bf44..fa04e43f8e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.resolver.font;
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 8a6f790961..7c7c9278e5 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 5e934cd078..be45188ed8 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 11ba4f3e39..02549f4f9a 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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/ReadingByteLimitException.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/resource/ReadingByteLimitException.java
index e3f0f67ce8..e81ce1c07b 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/resource/ReadingByteLimitException.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/resource/ReadingByteLimitException.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 fd8ee8ac52..91c7da2338 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.resolver.resource;
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 296e80eb84..de94fdfff4 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.resolver.resource;
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 6afe1d7903..c1eb565eae 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.resolver.resource;
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 a646aac64c..db4f103e10 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.resolver.resource;
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 33e07aeb4c..a6fe62650e 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 f8f1b20d9c..93aa115e3c 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.util;
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 75bb8bfa60..3beaccf2d1 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 3d92e10f74..1bce8935ea 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 09b1a25f05..8d743cde00 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 cd01950438..db0769b85b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css;
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 536d5b6697..77f75a44d7 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 67aaa9bb8f..d7ed023058 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.media;
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 1631fd7edd..1f81b11a50 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.media;
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 ba60d48cb3..a57a193f74 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.media;
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 cd84810786..e6a1250083 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 b75ff91707..87d179b7ff 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 5b4470b6ce..0269301a54 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.parse;
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 912f2eb815..dce57edf8a 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 44af3320a2..3ff91c2cad 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 2dd5f00e2a..7b035d66b6 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve;
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 1f9cc7539d..4a5a466f7e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve;
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 4952b2c9fc..17330c6152 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve;
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 4a44517f02..1e2ee1b6b7 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 5c445ac093..d5a894f775 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 682bad487a..4a0e6e8387 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.resolve.shorthand;
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 bebcd15b7a..e8a1d64be2 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 761fd265a1..6b0c9e00e9 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 574c1153a3..27f8939a64 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 0d2e7dfeb8..08737b7b74 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 b2fec823f8..36d8309eb7 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 2a716abeae..860f155e4d 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.selector.item;
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 1f1e8f7b20..33bf878c99 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.selector.item;
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 e9c2add011..8b5676095e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.selector.item;
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 ff3474ad25..34ef683cf3 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 4cf1c267dc..83c6c95e6a 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 76ebeb75fd..26d9635c84 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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/CssMappingUtilsTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/util/CssMappingUtilsTest.java
index 9d4010cb90..e5a3ea5155 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/util/CssMappingUtilsTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/util/CssMappingUtilsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 8a45cacbf1..a71a85c1a0 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.util;
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 7ede3dab99..fe645766f9 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 2a239a7099..3b5fd72d4b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.css.util;
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 c336198e04..1ff4dda30c 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 b334ad1c36..4c1700e72c 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 fd0a8c7153..b384b5a09a 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 d7388094d7..d9fdb3f753 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 49c61f0813..cd9108e89d 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 f9b67fbcde..5c0e473652 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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/CssNumericValueValidatorTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/validate/CssNumericValueValidatorTest.java
index c625ebf956..231eae1a8a 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/validate/CssNumericValueValidatorTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/validate/CssNumericValueValidatorTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 4ed63bb5bb..0ba428a1e5 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 873f30b534..4a17271be8 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup;
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 c23b551240..49a7e2bfa2 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup;
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 e2f1e073ce..2455f82984 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.helper;
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/helper/StringUtilTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/helper/StringUtilTest.java
index b869433d46..680d9a00b0 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/helper/StringUtilTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/helper/StringUtilTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.helper;
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 0c0a37c309..b868091455 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.integration;
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 941acf7512..0aca520375 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.nodes;
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 76626b4ae6..4b28d34c5e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.nodes;
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 fc773c2307..b41b657c1b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.nodes;
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/DocumentTypeExceptionTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/DocumentTypeExceptionTest.java
index e28b994e70..89285be73c 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/DocumentTypeExceptionTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/DocumentTypeExceptionTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.nodes;
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 52cb9bbe5d..d4499fa479 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.nodes;
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/ElementExceptionTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/ElementExceptionTest.java
index 0052da9e27..190bb84fc2 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/ElementExceptionTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/ElementExceptionTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.nodes;
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 0ebd5719de..7c173a3069 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.nodes;
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 55f896c578..25762b2801 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.nodes;
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 62cdb24c14..e05c660127 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.nodes;
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 11338227c6..3842fbb1d0 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.nodes;
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 7ccf88becb..51908b6618 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.nodes;
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 03a6732961..8a01a2d79a 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.parser;
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 e87a575758..b2e2eb363e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.parser;
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 51ab907993..7ec9418676 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.parser;
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/TagExceptionTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/TagExceptionTest.java
index d5a1570896..2d832cb8a8 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/TagExceptionTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/TagExceptionTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.parser;
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 996024ce9e..c5f1962682 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.parser;
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 5bd11bd859..6b3ca4d39c 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.parser;
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 bb19661fe2..97594ff6be 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.parser;
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 8ffbe89268..959982878e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.safety;
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 3b70bfa71e..8aa3a07760 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.select;
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 fbef2b912e..db5237f0a8 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.select;
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 8057d3bbbd..30c05fbcda 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.select;
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 10509547eb..3ddd5f0efb 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.jsoup.select;
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 2d345a4f01..eab5ea83e6 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 f0b9c1ac7f..f856c35c6c 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.resolver.resource;
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 2d11912043..f531ecdf35 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.resolver.resource;
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 9011871fa5..08f5d11c65 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.resolver.resource;
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 461d11669f..364e629d16 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 9da75c1385..ac29cb59e6 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.styledxmlparser.util;
diff --git a/svg/pom.xml b/svg/pom.xml
index 42b213dd50..f7e67a4aff 100644
--- a/svg/pom.xml
+++ b/svg/pom.xml
@@ -4,7 +4,7 @@
com.itextpdf
root
- 7.1.18
+ 7.1.19
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 84069ab421..9a5653caef 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 fad082fb1b..1204586951 100644
--- a/svg/src/main/java/com/itextpdf/svg/SvgConstants.java
+++ b/svg/src/main/java/com/itextpdf/svg/SvgConstants.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg;
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 33625cf8e3..15179b3844 100644
--- a/svg/src/main/java/com/itextpdf/svg/converter/SvgConverter.java
+++ b/svg/src/main/java/com/itextpdf/svg/converter/SvgConverter.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.converter;
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 9e1152fa2f..13167f3e78 100644
--- a/svg/src/main/java/com/itextpdf/svg/css/SvgCssContext.java
+++ b/svg/src/main/java/com/itextpdf/svg/css/SvgCssContext.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.css;
diff --git a/svg/src/main/java/com/itextpdf/svg/css/impl/StyleResolverUtil.java b/svg/src/main/java/com/itextpdf/svg/css/impl/StyleResolverUtil.java
index c5c0ef00fa..6b02f0dc3e 100644
--- a/svg/src/main/java/com/itextpdf/svg/css/impl/StyleResolverUtil.java
+++ b/svg/src/main/java/com/itextpdf/svg/css/impl/StyleResolverUtil.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.css.impl;
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 c12ab5b101..087e560318 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: Bruno Lowagie, Paulo Soares, et al.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.css.impl;
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 c98f3d20e5..d667116fc6 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.css.impl;
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 8a9849dcb5..4bc17277a2 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.css.impl;
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 a49236259f..7ec9c613db 100644
--- a/svg/src/main/java/com/itextpdf/svg/exceptions/SvgExceptionMessageConstant.java
+++ b/svg/src/main/java/com/itextpdf/svg/exceptions/SvgExceptionMessageConstant.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.exceptions;
diff --git a/svg/src/main/java/com/itextpdf/svg/exceptions/SvgLogMessageConstant.java b/svg/src/main/java/com/itextpdf/svg/exceptions/SvgLogMessageConstant.java
index 61d833b25b..f3a1753c91 100644
--- a/svg/src/main/java/com/itextpdf/svg/exceptions/SvgLogMessageConstant.java
+++ b/svg/src/main/java/com/itextpdf/svg/exceptions/SvgLogMessageConstant.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.exceptions;
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 87c52322de..2ae88177ce 100644
--- a/svg/src/main/java/com/itextpdf/svg/exceptions/SvgProcessingException.java
+++ b/svg/src/main/java/com/itextpdf/svg/exceptions/SvgProcessingException.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.exceptions;
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 7ee45a8599..5f7ae47c15 100644
--- a/svg/src/main/java/com/itextpdf/svg/processors/ISvgConverterProperties.java
+++ b/svg/src/main/java/com/itextpdf/svg/processors/ISvgConverterProperties.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.processors;
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 98e4667a71..50d7b7fec3 100644
--- a/svg/src/main/java/com/itextpdf/svg/processors/ISvgProcessor.java
+++ b/svg/src/main/java/com/itextpdf/svg/processors/ISvgProcessor.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.processors;
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 0772e82e3b..55d835e1a9 100644
--- a/svg/src/main/java/com/itextpdf/svg/processors/ISvgProcessorResult.java
+++ b/svg/src/main/java/com/itextpdf/svg/processors/ISvgProcessorResult.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.processors;
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 6ba5badca5..5d43d496ec 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.processors.impl;
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 d18a59b176..3f2bf9a02c 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.processors.impl;
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 547e566dbf..9a2ba3aac8 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.processors.impl;
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 53e2939f20..5f46193f59 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.processors.impl;
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 8e4a9f61b6..3715888abc 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.processors.impl;
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 1f7b51676c..6d3b813208 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.processors.impl.font;
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 7ad231cec4..b6008ec0e5 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/IBranchSvgNodeRenderer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/IBranchSvgNodeRenderer.java
@@ -1,46 +1,25 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
-
package com.itextpdf.svg.renderers;
import java.util.List;
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 2638b7cf47..36bd6aa06e 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 38ce4e5985..b22d83a231 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 4c459ff7ce..ec3481ffb3 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/ISvgNodeRenderer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/ISvgNodeRenderer.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers;
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 50de2d814e..3ab29cfac2 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/ISvgPaintServer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/ISvgPaintServer.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers;
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 3897da7566..70d9459f2b 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/SvgDrawContext.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/SvgDrawContext.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers;
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 a2bbc98268..4ba6916d45 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.factories;
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 5ec673ad4a..6960450bff 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.factories;
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 770eb2153f..9f44598cf4 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.factories;
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/factories/ISvgNodeRendererMapper.java b/svg/src/main/java/com/itextpdf/svg/renderers/factories/ISvgNodeRendererMapper.java
index c7272acf92..e8a95f6837 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/factories/ISvgNodeRendererMapper.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/factories/ISvgNodeRendererMapper.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.factories;
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 5f794fcff7..d96a84736e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 98c3baff29..ed8624785b 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 ab9899b577..428b3b6cfe 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 97618668eb..f2c03a83e3 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 9d96ce4733..58a7622b9f 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 a981c6fe63..78374fe3fc 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 915cd20f1f..b86ff557c0 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 0e869451b4..eecf89f34c 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 0318ef928c..4773a615bb 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/impl/ISvgTextNodeHelper.java b/svg/src/main/java/com/itextpdf/svg/renderers/impl/ISvgTextNodeHelper.java
index 9c39af7dd7..bb09df2471 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/impl/ISvgTextNodeHelper.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/impl/ISvgTextNodeHelper.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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/ISvgTextNodeRenderer.java b/svg/src/main/java/com/itextpdf/svg/renderers/impl/ISvgTextNodeRenderer.java
index 2b6285e43a..1340c2e108 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 3ca59ecd72..5729cc6b89 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 4e16600186..f068f8e91e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 2f63a145d1..67ea37c257 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 e98e75618a..737ea4e902 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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/NoDrawOperationSvgNodeRenderer.java b/svg/src/main/java/com/itextpdf/svg/renderers/impl/NoDrawOperationSvgNodeRenderer.java
index aae270190a..ca44c53b6b 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/impl/NoDrawOperationSvgNodeRenderer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/impl/NoDrawOperationSvgNodeRenderer.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 4eabd0496b..f30db14a73 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 91a80ea929..10b4e2f59b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 536e694c63..3ef7186156 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 35c43156ba..66d08318e4 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 f305839d04..93d990a67b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 f8e6b2a8b5..fba1962fb7 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 de25baec28..fa2df0e46c 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 0c6511b2de..4976ac2a7e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 bb03366d7a..a95d4f10d4 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 948efd64b8..bf3527a2c7 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 62c193c49a..0965fd1f0f 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 bc5fee2de5..b09ec1ec9d 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 59d71d6cae..3fd8104056 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 8067f5fa4b..49ef49518c 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.path;
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 a45e2ece91..b6a6c11f91 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.path;
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 6bfcff44dc..0b2c17838b 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.path;
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 01476999e2..3b77b4d2a2 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.path.impl;
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 7d2a9f44cd..0e5a750e06 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.path.impl;
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 0b3560f248..30328bb229 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.path.impl;
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 72671142a9..11073ece70 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.path.impl;
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 95006451c2..bca7fbcae7 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.path.impl;
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 753fa477f8..35b8e9aaf6 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.path.impl;
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 510be528b3..7e21852b82 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.path.impl;
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 cf24a085a9..6258bb6901 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.path.impl;
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 9577c87899..75fa914c89 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.path.impl;
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 f3c934f519..0315e9ae5e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.path.impl;
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 d6208e2496..d636e68b37 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.path.impl;
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 55010b486d..254f939b51 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.path.impl;
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 b4b19fe64d..1013e9a594 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.path.impl;
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 649b6ee061..6d296d5ab2 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.path.impl;
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 86e7b07e6a..687626fa7e 100644
--- a/svg/src/main/java/com/itextpdf/svg/utils/DrawUtils.java
+++ b/svg/src/main/java/com/itextpdf/svg/utils/DrawUtils.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.utils;
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 db47642f39..311b304c43 100644
--- a/svg/src/main/java/com/itextpdf/svg/utils/SvgCoordinateUtils.java
+++ b/svg/src/main/java/com/itextpdf/svg/utils/SvgCoordinateUtils.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.utils;
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 50eb3fbab4..189ec06187 100644
--- a/svg/src/main/java/com/itextpdf/svg/utils/SvgCssUtils.java
+++ b/svg/src/main/java/com/itextpdf/svg/utils/SvgCssUtils.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.utils;
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 506fbf9afe..20755b0907 100644
--- a/svg/src/main/java/com/itextpdf/svg/utils/SvgTextUtil.java
+++ b/svg/src/main/java/com/itextpdf/svg/utils/SvgTextUtil.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.utils;
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 2e44d2ea7d..f0db7a0212 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 d7c70c9923..6531d40811 100644
--- a/svg/src/main/java/com/itextpdf/svg/utils/TransformUtils.java
+++ b/svg/src/main/java/com/itextpdf/svg/utils/TransformUtils.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.utils;
diff --git a/svg/src/test/java/com/itextpdf/svg/DeprecatedApiTest.java b/svg/src/test/java/com/itextpdf/svg/DeprecatedApiTest.java
index 65a08f8f9a..2186af51a5 100644
--- a/svg/src/test/java/com/itextpdf/svg/DeprecatedApiTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/DeprecatedApiTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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/converter/SvgConverterIntegrationTest.java b/svg/src/test/java/com/itextpdf/svg/converter/SvgConverterIntegrationTest.java
index 93f87b7d92..4534c6cb2b 100644
--- a/svg/src/test/java/com/itextpdf/svg/converter/SvgConverterIntegrationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/converter/SvgConverterIntegrationTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.converter;
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 982c72ba03..ecf3e0fd95 100644
--- a/svg/src/test/java/com/itextpdf/svg/converter/SvgConverterUnitNullTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/converter/SvgConverterUnitNullTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.converter;
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 c7d6efbec7..6fe3ca21fc 100644
--- a/svg/src/test/java/com/itextpdf/svg/converter/SvgConverterUnitTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/converter/SvgConverterUnitTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.converter;
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 bcc16a562d..f7c1079bdd 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 83828ff2db..5e59f392a3 100644
--- a/svg/src/test/java/com/itextpdf/svg/css/DefaultStyleInheritanceIntegrationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/css/DefaultStyleInheritanceIntegrationTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.css;
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 c29678c827..0a6e404dd7 100644
--- a/svg/src/test/java/com/itextpdf/svg/css/DefaultStylesTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/css/DefaultStylesTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.css;
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 60771b7c36..abd7962e76 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 2c184bb782..28a8db3183 100644
--- a/svg/src/test/java/com/itextpdf/svg/css/SvgStyleResolverIntegrationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/css/SvgStyleResolverIntegrationTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.css;
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 a829c217ec..461b4dc7f8 100644
--- a/svg/src/test/java/com/itextpdf/svg/css/SvgStyleResolverTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/css/SvgStyleResolverTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.css;
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 5a484a0204..b374384d90 100644
--- a/svg/src/test/java/com/itextpdf/svg/css/XLinkTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/css/XLinkTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.css;
diff --git a/svg/src/test/java/com/itextpdf/svg/css/impl/StyleResolverUtilUnitTest.java b/svg/src/test/java/com/itextpdf/svg/css/impl/StyleResolverUtilUnitTest.java
index c773a12d6c..3ebe803a14 100644
--- a/svg/src/test/java/com/itextpdf/svg/css/impl/StyleResolverUtilUnitTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/css/impl/StyleResolverUtilUnitTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.css.impl;
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 f3a0ae0b16..ecd7ed38e1 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.css.impl;
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 5d29e8e68d..85e87b22f8 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 696bd11f9b..2210b6c5f9 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.dummy.css.impl;
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 fe6b8247ec..935f51e959 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.dummy.factories;
diff --git a/svg/src/test/java/com/itextpdf/svg/dummy/factories/DummySvgNodeMapper.java b/svg/src/test/java/com/itextpdf/svg/dummy/factories/DummySvgNodeMapper.java
index 4dc2a0ddac..0ad20fc188 100644
--- a/svg/src/test/java/com/itextpdf/svg/dummy/factories/DummySvgNodeMapper.java
+++ b/svg/src/test/java/com/itextpdf/svg/dummy/factories/DummySvgNodeMapper.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.dummy.factories;
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 9d75c368d1..1e9e053ed7 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.dummy.processors.impl;
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 df437e7302..b0fb3f946f 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.dummy.renderers.impl;
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 6952aa9257..84191fce9b 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,46 +1,25 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
-
package com.itextpdf.svg.dummy.renderers.impl;
import com.itextpdf.svg.renderers.IBranchSvgNodeRenderer;
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 57b42eb035..edb427493e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.dummy.renderers.impl;
diff --git a/svg/src/test/java/com/itextpdf/svg/dummy/renderers/impl/DummyProtectedSvgNodeRenderer.java b/svg/src/test/java/com/itextpdf/svg/dummy/renderers/impl/DummyProtectedSvgNodeRenderer.java
index fa24fa6297..fbcd494bd0 100644
--- a/svg/src/test/java/com/itextpdf/svg/dummy/renderers/impl/DummyProtectedSvgNodeRenderer.java
+++ b/svg/src/test/java/com/itextpdf/svg/dummy/renderers/impl/DummyProtectedSvgNodeRenderer.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.dummy.renderers.impl;
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 0b1ff4df73..2b33a7b77e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.dummy.renderers.impl;
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 0cad48b12a..80dc33310d 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.dummy.sdk;
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 b52c4ecad2..38ab25f0e5 100644
--- a/svg/src/test/java/com/itextpdf/svg/googlecharts/ColumnChartsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/googlecharts/ColumnChartsTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.googlecharts;
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 97d87e9f53..e3e890c981 100644
--- a/svg/src/test/java/com/itextpdf/svg/googlecharts/GanttChartsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/googlecharts/GanttChartsTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.googlecharts;
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 0106cc2532..46dbe00b3b 100644
--- a/svg/src/test/java/com/itextpdf/svg/googlecharts/GaugeChartsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/googlecharts/GaugeChartsTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.googlecharts;
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 f59f4623a3..04fda435b9 100644
--- a/svg/src/test/java/com/itextpdf/svg/googlecharts/GeoChartsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/googlecharts/GeoChartsTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.googlecharts;
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 a82c972d04..a3cb663b08 100644
--- a/svg/src/test/java/com/itextpdf/svg/googlecharts/GoogleChartsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/googlecharts/GoogleChartsTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.googlecharts;
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 e7ea645f1a..278f198c27 100644
--- a/svg/src/test/java/com/itextpdf/svg/googlecharts/IntervalsChartsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/googlecharts/IntervalsChartsTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.googlecharts;
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 806de2c2d1..e8d3ce7629 100644
--- a/svg/src/test/java/com/itextpdf/svg/googlecharts/LineChartsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/googlecharts/LineChartsTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.googlecharts;
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 111aef6980..41ac35b77e 100644
--- a/svg/src/test/java/com/itextpdf/svg/googlecharts/PieChartsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/googlecharts/PieChartsTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.googlecharts;
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 19414dcfab..20c3b56e40 100644
--- a/svg/src/test/java/com/itextpdf/svg/googlecharts/SankeyChartsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/googlecharts/SankeyChartsTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.googlecharts;
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 7852298680..b8fecdc4bc 100644
--- a/svg/src/test/java/com/itextpdf/svg/googlecharts/ScatterChartsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/googlecharts/ScatterChartsTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.googlecharts;
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 8a809b7b05..1fb42ffca0 100644
--- a/svg/src/test/java/com/itextpdf/svg/googlecharts/SliceChartsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/googlecharts/SliceChartsTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.googlecharts;
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 32826aa4f5..d2b70aade0 100644
--- a/svg/src/test/java/com/itextpdf/svg/googlecharts/SteppedAreaChartTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/googlecharts/SteppedAreaChartTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.googlecharts;
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 d55eb8bec9..f2f665dbef 100644
--- a/svg/src/test/java/com/itextpdf/svg/googlecharts/TimelineChartsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/googlecharts/TimelineChartsTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.googlecharts;
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 202b2c54df..5e5e9eb41e 100644
--- a/svg/src/test/java/com/itextpdf/svg/googlecharts/TreemapsChartsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/googlecharts/TreemapsChartsTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.googlecharts;
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 9209d54950..21cd9d88e8 100644
--- a/svg/src/test/java/com/itextpdf/svg/googlecharts/TrendlinesChartsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/googlecharts/TrendlinesChartsTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.googlecharts;
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 f49799d91e..3f07a918c6 100644
--- a/svg/src/test/java/com/itextpdf/svg/googlecharts/WordTreesChartsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/googlecharts/WordTreesChartsTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.googlecharts;
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 85d4d8d3c8..725c5534f1 100644
--- a/svg/src/test/java/com/itextpdf/svg/jfreesvg/JFreeSvgTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/jfreesvg/JFreeSvgTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.jfreesvg;
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 676c99e8ed..57f523928b 100644
--- a/svg/src/test/java/com/itextpdf/svg/processors/DefaultSvgProcessorIntegrationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/processors/DefaultSvgProcessorIntegrationTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.processors;
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 a2bbf578ae..1eab1659df 100644
--- a/svg/src/test/java/com/itextpdf/svg/processors/ProcessorStateTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/processors/ProcessorStateTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.processors;
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 d87513d8f6..a8aebef7c1 100644
--- a/svg/src/test/java/com/itextpdf/svg/processors/SvgConverterPropertiesTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/processors/SvgConverterPropertiesTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.processors;
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 5d3f61e38e..c171ab2ee3 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.processors.impl;
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 266f5e3850..af19950f51 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.processors.impl.font;
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 e7e63cef4a..1bc1c86f35 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.processors.impl.font;
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 5ee243a8f0..9bb017f63c 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.processors.impl.font;
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/DefaultRendererMapperTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/DefaultRendererMapperTest.java
index 1834872586..e5571b0236 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/DefaultRendererMapperTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/DefaultRendererMapperTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers;
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 290988bda4..49c29a71e9 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/DefaultSvgNodeRendererFactoryDrawTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/DefaultSvgNodeRendererFactoryDrawTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers;
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 f4035cf5fa..6cd96797b5 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/DefaultSvgNodeRendererFactoryTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/DefaultSvgNodeRendererFactoryTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers;
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 5e666a0a20..69683218e5 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/FillTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/FillTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers;
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 f832b8a881..a099a64473 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/GUnitTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/GUnitTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers;
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 2c67291a33..64aa93d8ae 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/OpacityTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/OpacityTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers;
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 513c9c70d9..0810e07be3 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/StrokeTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/StrokeTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers;
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 6cb90a21b1..5865900849 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/SvgDrawContextTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/SvgDrawContextTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers;
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 15f3b3f72f..822d381ec9 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/SvgIntegrationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/SvgIntegrationTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers;
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 28c467e2c3..a78031ee95 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/TransformationApplicationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/TransformationApplicationTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers;
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 d3de02e168..12c8f1b029 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/TransparencyTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/TransparencyTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers;
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 45b5b90263..5bb66f7edb 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.factories;
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 c1db596889..0a5d737170 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 eb8cbc4b32..153b226ff7 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 b845491ecc..429b3c9388 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 04a0376be3..74ffc07450 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 0ba218f4e2..29bfdcb34a 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 45ad12c6ce..3ba548a0e1 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 70ba38935e..cf417a1d8e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 1100ecb6b8..17c1033190 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 52bbc902a3..998c29c9e1 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 44aa841fe1..bb1e4a5056 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 a9bce1ae81..bb406133d3 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 dd54150a90..9769fe7b8c 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 3ed4b81ad1..6cb575c37f 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 60be7f2dbb..2ff2dce308 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 d3155a5da0..85486d0315 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/NoDrawOperationSvgNodeRendererUnitTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/NoDrawOperationSvgNodeRendererUnitTest.java
index 697e3e3e21..ad03620e44 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/NoDrawOperationSvgNodeRendererUnitTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/NoDrawOperationSvgNodeRendererUnitTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 14210dcc7c..3b6cd2dd0c 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 724cc0dda9..1990d9b81c 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 62618ad704..12860cf033 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 cc7ebb247c..a49a97041c 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 4d008309e4..d2fb4af680 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 4553820b1c..08e4091d01 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 b3e952b937..63ba01b088 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 2dc466bf5c..651c195495 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 e5d1702815..f5f1460cde 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 4586e7701f..136473f128 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 172fe1dd22..37ce51335e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 29977660e1..948f725f40 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 f444135e17..35e940484f 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 854c4c69db..0b62afdf37 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 5658922c65..3d28b0a363 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 f0cbc034b5..ea66c3c422 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 1fb40c519b..dd167bd240 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 38950337fd..cabc99c648 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 391c6336c6..9b17c0e14e 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 4b12b0cd79..81fa6fcd5c 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 ce51738cdd..0a4bd52d28 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 bac23cecba..1efa3b7519 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 3b436cb41c..8a735bba73 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 d3ed1f7b35..17c0516ec4 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.impl;
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 aca8af5eba..ef1cc90d70 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 1e74ecef05..e8b75036f9 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.path;
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 4e3e5f0f31..2b7f3c00a3 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.path.impl;
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 bd252ac549..fe1bfc7ff3 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,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.renderers.path.impl;
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 22430e1678..2f759b3bd0 100644
--- a/svg/src/test/java/com/itextpdf/svg/utils/MatrixTransformationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/utils/MatrixTransformationTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.utils;
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 0391dbe7e3..a4285be96d 100644
--- a/svg/src/test/java/com/itextpdf/svg/utils/RotateTransformationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/utils/RotateTransformationTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.utils;
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 548ac2855c..b41258d20b 100644
--- a/svg/src/test/java/com/itextpdf/svg/utils/ScaleTransformationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/utils/ScaleTransformationTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.utils;
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 2ecf66f70a..5a008919eb 100644
--- a/svg/src/test/java/com/itextpdf/svg/utils/SkewXTransformationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/utils/SkewXTransformationTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.utils;
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 ba5f26a5d5..6a9370e437 100644
--- a/svg/src/test/java/com/itextpdf/svg/utils/SkewYTransformationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/utils/SkewYTransformationTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.utils;
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 0423359d03..6ba1e564c1 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-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a 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 13482b4b00..d8a6abfc2f 100644
--- a/svg/src/test/java/com/itextpdf/svg/utils/SvgCssUtilsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/utils/SvgCssUtilsTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.utils;
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 868d7dd51c..410a46780a 100644
--- a/svg/src/test/java/com/itextpdf/svg/utils/SvgTextUtilTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/utils/SvgTextUtilTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.utils;
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 b6341996ea..7533c10739 100644
--- a/svg/src/test/java/com/itextpdf/svg/utils/TestUtils.java
+++ b/svg/src/test/java/com/itextpdf/svg/utils/TestUtils.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
*/
package com.itextpdf.svg.utils;
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 a01c854b2b..3129fffd80 100644
--- a/svg/src/test/java/com/itextpdf/svg/utils/TransformUtilsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/utils/TransformUtilsTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.utils;
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 5040a7029f..759c9a4f8b 100644
--- a/svg/src/test/java/com/itextpdf/svg/utils/TranslateTransformationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/utils/TranslateTransformationTest.java
@@ -1,44 +1,24 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2022 iText Group NV
- Authors: iText Software.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License version 3
- as published by the Free Software Foundation with the addition of the
- following permission added to Section 15 as permitted in Section 7(a):
- FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- OF THIRD PARTY RIGHTS
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
+ Copyright (c) 1998-2023 Apryse Group NV
+ Authors: Apryse Software.
+
+ This program is offered under a commercial and under the AGPL license.
+ For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
+
+ AGPL licensing:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
You should have received a copy of the GNU Affero General Public License
- along with this program; if not, see http://www.gnu.org/licenses or write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA, 02110-1301 USA, or download the license from the following URL:
- http://itextpdf.com/terms-of-use/
-
- The interactive user interfaces in modified source and object code versions
- of this program must display Appropriate Legal Notices, as required under
- Section 5 of the GNU Affero General Public License.
-
- In accordance with Section 7(b) of the GNU Affero General Public License,
- a covered work must retain the producer line in every PDF that is created
- or manipulated using iText.
-
- You can be released from the requirements of the license by purchasing
- a commercial license. Buying such a license is mandatory as soon as you
- develop commercial activities involving the iText software without
- disclosing the source code of your own applications.
- These activities include: offering paid services to customers as an ASP,
- serving PDFs on the fly in a web application, shipping iText with a closed
- source product.
-
- For more information, please contact iText Software Corp. at this
- address: sales@itextpdf.com
+ along with this program. If not, see .
*/
package com.itextpdf.svg.utils;