Skip to content

Commit 330bcbe

Browse files
author
jenkins
committed
Add copyright headers to samples
1 parent 56809ea commit 330bcbe

File tree

575 files changed

+24850
-34
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

575 files changed

+24850
-34
lines changed

barcodes/src/main/java/com/itextpdf/barcodes/Barcode128.java

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

347
import com.itextpdf.kernel.PdfException;

barcodes/src/main/java/com/itextpdf/barcodes/Barcode1D.java

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

347
import com.itextpdf.io.font.FontProgram;

barcodes/src/main/java/com/itextpdf/barcodes/Barcode2D.java

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

347
import com.itextpdf.kernel.geom.Rectangle;

barcodes/src/main/java/com/itextpdf/barcodes/Barcode39.java

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

347
import com.itextpdf.kernel.PdfException;

barcodes/src/main/java/com/itextpdf/barcodes/BarcodeCodabar.java

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

347
import com.itextpdf.kernel.PdfException;

barcodes/src/main/java/com/itextpdf/barcodes/BarcodeDataMatrix.java

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

347
import com.itextpdf.barcodes.dmcode.DmParams;

barcodes/src/main/java/com/itextpdf/barcodes/BarcodeEAN.java

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

347
import com.itextpdf.kernel.PdfException;

barcodes/src/main/java/com/itextpdf/barcodes/BarcodeEANSUPP.java

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

347

0 commit comments

Comments
 (0)