|
1 | 1 | /*
|
2 |
| -
|
3 | 2 | This file is part of the iText (R) project.
|
4 |
| - Copyright (c) 1998-2022 iText Group NV |
5 |
| - Authors: Bruno Lowagie, Paulo Soares, et al. |
6 |
| -
|
7 |
| - This program is free software; you can redistribute it and/or modify |
8 |
| - it under the terms of the GNU Affero General Public License version 3 |
9 |
| - as published by the Free Software Foundation with the addition of the |
10 |
| - following permission added to Section 15 as permitted in Section 7(a): |
11 |
| - FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY |
12 |
| - ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT |
13 |
| - OF THIRD PARTY RIGHTS |
| 3 | + Copyright (c) 1998-2023 Apryse Group NV |
| 4 | + Authors: Apryse Software. |
14 | 5 |
|
15 |
| - This program is distributed in the hope that it will be useful, but |
16 |
| - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY |
17 |
| - or FITNESS FOR A PARTICULAR PURPOSE. |
18 |
| - See the GNU Affero General Public License for more details. |
19 |
| - You should have received a copy of the GNU Affero General Public License |
20 |
| - along with this program; if not, see http://www.gnu.org/licenses or write to |
21 |
| - the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
22 |
| - Boston, MA, 02110-1301 USA, or download the license from the following URL: |
23 |
| - http://itextpdf.com/terms-of-use/ |
| 6 | + This program is offered under a commercial and under the AGPL license. |
| 7 | + For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below. |
24 | 8 |
|
25 |
| - The interactive user interfaces in modified source and object code versions |
26 |
| - of this program must display Appropriate Legal Notices, as required under |
27 |
| - Section 5 of the GNU Affero General Public License. |
| 9 | + AGPL licensing: |
| 10 | + This program is free software: you can redistribute it and/or modify |
| 11 | + it under the terms of the GNU Affero General Public License as published by |
| 12 | + the Free Software Foundation, either version 3 of the License, or |
| 13 | + (at your option) any later version. |
28 | 14 |
|
29 |
| - In accordance with Section 7(b) of the GNU Affero General Public License, |
30 |
| - a covered work must retain the producer line in every PDF that is created |
31 |
| - or manipulated using iText. |
| 15 | + This program is distributed in the hope that it will be useful, |
| 16 | + but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 17 | + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 18 | + GNU Affero General Public License for more details. |
32 | 19 |
|
33 |
| - You can be released from the requirements of the license by purchasing |
34 |
| - a commercial license. Buying such a license is mandatory as soon as you |
35 |
| - develop commercial activities involving the iText software without |
36 |
| - disclosing the source code of your own applications. |
37 |
| - These activities include: offering paid services to customers as an ASP, |
38 |
| - serving PDFs on the fly in a web application, shipping iText with a closed |
39 |
| - source product. |
40 |
| -
|
41 |
| - For more information, please contact iText Software Corp. at this |
42 |
| - |
| 20 | + You should have received a copy of the GNU Affero General Public License |
| 21 | + along with this program. If not, see <https://www.gnu.org/licenses/>. |
43 | 22 | */
|
44 | 23 | package com.itextpdf.barcodes;
|
45 | 24 |
|
|
0 commit comments