File: copyright

package info (click to toggle)
libitext5-java 5.5.13.2-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 184,268 kB
  • sloc: xml: 255,776; java: 151,473; javascript: 2,252; makefile: 7
file content (337 lines) | stat: -rw-r--r-- 17,918 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: iText
Source: https://github.com/itext/itextpdf
Files-Excluded: pdfa/src/test/resources/com/itextpdf/text/pdf/*.icm

Files: *
Copyright: 1998-2018, iText Software Corp
License: AGPL-3.0

License: AGPL-3.0
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Affero General Public License version 3
 as published by the Free Software Foundation with the addition of the
 following permission added to Section 15 as permitted in Section 7(a):
 FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
 ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
 OF THIRD PARTY RIGHTS
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 or FITNESS FOR A PARTICULAR PURPOSE.
 See the GNU Affero General Public License for more details.
 You should have received a copy of the GNU Affero General Public License
 along with this program; if not, see http://www.gnu.org/licenses or write to
 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 Boston, MA, 02110-1301 USA, or download the license from the following URL:
 http://itextpdf.com/terms-of-use/
 .
 The interactive user interfaces in modified source and object code versions
 of this program must display Appropriate Legal Notices, as required under
 Section 5 of the GNU Affero General Public License.
 .
 In accordance with Section 7(b) of the GNU Affero General Public License,
 a covered work must retain the producer line in every PDF that is created
 or manipulated using iText.
 .
 You can be released from the requirements of the license by purchasing
 a commercial license. Buying such a license is mandatory as soon as you
 develop commercial activities involving the iText software without
 disclosing the source code of your own applications.
 These activities include: offering paid services to customers as an ASP,
 serving PDFs on the fly in a web application, shipping iText with a closed
 source product.
 .
 For more information, please contact iText Software Corp. at this
 address: sales@itextpdf.com

Files: itext/src/main/java/com/itextpdf/text/ExceptionConverter.java
Copyright: 2001, Heinz M. Kabutz
License: AGPL-3.0
Comment:
 The original version of this class was published in an article by professor Heinz Kabutz.
 Read http://www.javaspecialists.eu/archive/Issue033.html
 "This material from The Java(tm) Specialists' Newsletter by Maximum Solutions (South Africa).
 Please contact Maximum Solutions for more information."
 Permission was granted by Dr. Kabutz to use this source code in iText.

Files: itext/src/main/java/com/itextpdf/text/xml/simpleparser/SimpleXMLParser.java
Copyright: 2002, Steven Brandt
License: AGPL-3.0
Comment:
 The original version of this class was published in a JavaWorld article by Steven Brandt:
 http://www.javaworld.com/javaworld/javatips/jw-javatip128.html
 Jennifer Orr (JavaWorld) wrote: "You have permission to use the code appearing in
 Steven Brandt's JavaWorld article, 'Java Tip 128: Create a quick-and-dirty XML parser.'
 We ask that you reference the author as the creator and JavaWorld as the original publisher
 of the code." Steven Brandt also agreed with the use of this class.

Files: itext/src/main/java/com/itextpdf/text/pdf/LZWDecoder.java
       itext/src/main/java/com/itextpdf/text/pdf/codec/LZWStringTable.java
       itext/src/main/java/com/itextpdf/text/pdf/codec/TIFFFaxDecompressor.java
       itext/src/main/java/com/itextpdf/text/pdf/codec/LZWCompressor.java
       itext/src/main/java/com/itextpdf/text/pdf/codec/TIFFField.java
       itext/src/main/java/com/itextpdf/text/pdf/codec/TIFFLZWDecoder.java
       itext/src/main/java/com/itextpdf/text/pdf/codec/BitFile.java
       itext/src/main/java/com/itextpdf/text/pdf/codec/TIFFDirectory.java
       itext/src/main/java/com/itextpdf/text/pdf/codec/TIFFFaxDecoder.java
Copyright: 2005, Sun Microsystems, Inc
License: BSD-3-clause-sun
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 - Redistribution of source code must retain the above copyright
   notice, this  list of conditions and the following disclaimer.
 .
 - Redistribution in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.
 .
 Neither the name of Sun Microsystems, Inc. or the names of
 contributors may be used to endorse or promote products derived
 from this software without specific prior written permission.
 .
 This software is provided "AS IS," without a warranty of any
 kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
 WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
 EXCLUDED. SUN MIDROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
 NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
 USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
 DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
 ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
 CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
 REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
 INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGES.
 .
 You acknowledge that this software is not designed or intended for
 use in the design, construction, operation or maintenance of any
 nuclear facility.

Files: itext/src/main/java/com/itextpdf/text/pdf/codec/TIFFConstants.java
Copyright: 1988-1997, Sam Leffler
           1991-1997, Silicon Graphics, Inc
           2003-2012, Paulo Soares
License: MIT-old
 Permission to use, copy, modify, distribute, and sell this software and
 its documentation for any purpose is hereby granted without fee, provided
 that (i) the above copyright notices and this permission notice appear in
 all copies of the software and related documentation, and (ii) the names of
 Sam Leffler and Silicon Graphics may not be used in any advertising or
 publicity relating to the software without the specific, prior written
 permission of Sam Leffler and Silicon Graphics.
 .
 THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
 EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
 WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
 .
 IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
 ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
 WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
 LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
 OF THIS SOFTWARE.
Comment:
 TIFF related code is derived from LIBTIFF

Files: itext/src/main/java/com/itextpdf/text/pdf/BidiOrder.java
Copyright: 1991-2007, Unicode, Inc
Comment:
 As stated in the Javadoc comments below, materials from Unicode.org
 are used in this class. The following license applies to these materials:
 http://www.unicode.org/copyright.html#Exhibit1
License: MIT-unicode
 EXHIBIT 1
 UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
 .
 Unicode Data Files include all data files under the directories
 http://www.unicode.org/Public/, http://www.unicode.org/reports/,
 and http://www.unicode.org/cldr/data/ .
 Unicode Software includes any source code published in the Unicode Standard
 or under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/,
 and http://www.unicode.org/cldr/data/.
 .
 NOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING,
 INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES ("DATA FILES"),
 AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY,
 ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
 DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
 .
 COPYRIGHT AND PERMISSION NOTICE
 Copyright (C) 1991-2007 Unicode, Inc. All rights reserved. Distributed under
 the Terms of Use in http://www.unicode.org/copyright.html.
 .
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of the Unicode data files and any associated documentation (the "Data Files")
 or Unicode software and any associated documentation (the "Software") to deal
 in the Data Files or Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, and/or sell copies
 of the Data Files or Software, and to permit persons to whom the Data Files
 or Software are furnished to do so, provided that (a) the above copyright
 notice(s) and this permission notice appear with all copies of the Data Files
 or Software, (b) both the above copyright notice(s) and this permission notice
 appear in associated documentation, and (c) there is clear notice in each
 modified Data File or in the Software as well as in the documentation associated
 with the Data File(s) or Software that the data or software has been modified.
 .
 THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
 IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE
 LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY
 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
 CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.
 .
 Except as contained in this notice, the name of a copyright holder shall not
 be used in advertising or otherwise to promote the sale, use or other dealings
 in these Data Files or Software without prior written authorization of the
 copyright holder.

Files: itext/src/main/java/com/itextpdf/text/pdf/IntHashtable.java
       itext/src/main/java/com/itextpdf/text/pdf/hyphenation/HyphenationException.java
       itext/src/main/java/com/itextpdf/text/pdf/hyphenation/PatternConsumer.java
       itext/src/main/java/com/itextpdf/text/pdf/hyphenation/Hyphenator.java
       itext/src/main/java/com/itextpdf/text/pdf/hyphenation/Hyphen.java
       itext/src/main/java/com/itextpdf/text/pdf/hyphenation/CharVector.java
       itext/src/main/java/com/itextpdf/text/pdf/hyphenation/TernaryTree.java
       itext/src/main/java/com/itextpdf/text/pdf/hyphenation/Hyphenation.java
       itext/src/main/java/com/itextpdf/text/pdf/hyphenation/HyphenationTree.java
       itext/src/main/java/com/itextpdf/text/pdf/hyphenation/ByteVector.java
       itext/src/main/java/com/itextpdf/text/xml/XmlDomWriter.java
Copyright: 1999-2005, The Apache Software Foundation
License: Apache-2.0

Files: itext/src/main/java/com/itextpdf/text/pdf/qrcode/*
Copyright: 2007-2008, ZXing authors
License: Apache-2.0

Files: itext/src/main/java/com/itextpdf/text/pdf/fonts/cmaps/CMapToUnicode.java
Copyright: 2005, www.fontbox.org
License: BSD-3-clause-fontbox
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
 1. Redistributions of source code must retain the above copyright notice,
    this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright notice,
    this list of conditions and the following disclaimer in the documentation
    and/or other materials provided with the distribution.
 3. Neither the name of fontbox; nor the names of its
    contributors may be used to endorse or promote products derived from this
    software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Files: itext/src/main/resources/com/itextpdf/text/pdf/fonts/*.afm
       itext/src/main/resources/com/itextpdf/text/pdf/fonts/mustRead.html
Copyright: 1990-2010, Adobe Systems Inc
Comment:
 These files are subject to the following, where "This file" refers to the html file
License: other
 This file and the 14 PostScript(R) AFM files it accompanies may be
 used, copied, and distributed for any purpose and without charge, with
 or without modification, provided that all copyright notices are
 retained; that the AFM files are not distributed without this file;
 that all modifications to this file or any of the AFM files are
 prominently noted in the modified file(s); and that this paragraph is
 not modified. Adobe Systems has no responsibility or obligation to
 support the use of the AFM files.

Files: itext/src/main/resources/com/itextpdf/text/pdf/fonts/cmaps/*
Copyright: 1990-2010, Adobe Systems Inc
License: BSD-3-clause-adobe
 Redistribution and use in source and binary forms, with or
 without modification, are permitted provided that the
 following conditions are met:
 .
 Redistributions of source code must retain the above
 copyright notice, this list of conditions and the following
 disclaimer.
 .
 Redistributions in binary form must reproduce the above
 copyright notice, this list of conditions and the following
 disclaimer in the documentation and/or other materials
 provided with the distribution.
 .
 Neither the name of Adobe Systems Incorporated nor the names
 of its contributors may be used to endorse or promote
 products derived from this software without specific prior
 written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Files: itext/src/main/resources/com/itextpdf/text/pdf/fonts/glyphlist.txt
Copyright: 1997-2007, Adobe Systems Inc
License: MIT-adobe
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this documentation file to use, copy, publish, distribute,
 sublicense, and/or sell copies of the documentation, and to permit
 others to do the same, provided that:
 - No modification, editing or other alteration of this document is
 allowed; and
 - The above copyright notice and this permission notice shall be
 included in all copies of the documentation.
 .
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this documentation file, to create their own derivative works
 from the content of this document to use, copy, publish, distribute,
 sublicense, and/or sell the derivative works, and to permit others to do
 the same, provided that the derived work is not represented as being a
 copy or version of this document.
 .
 Adobe shall not be liable to any party for any loss of revenue or profit
 or for indirect, incidental, special, consequential, or other similar
 damages, whether based on tort (including without limitation negligence
 or strict liability), contract or other legal or equitable grounds even
 if Adobe has been advised or had reason to know of the possibility of
 such damages.Ê The Adobe materials are provided on an "AS IS" basis.Ê
 Adobe specifically disclaims all express, statutory, or implied
 warranties relating to the Adobe materials, including but not limited to
 those concerning merchantability or fitness for a particular purpose or
 non-infringement of any third party rights regarding the Adobe
 materials.

Files: debian/*
Copyright: 2003-2005, Christian Bayle <bayle@debian.org>
           2006, Stephan Michels <stephan@apache.org>
           2006, Gerardo Curiel <gcuriel@debianvenezuela.org>
           2007-2010, Michael Koch <konqueror@gmx.de>
           2008, Torsten Werner <twerner@debian.org>
           2008, Adriaan Peeters <apeeters@lashout.net>
           2008-2009, Matthias Klose <doko@debian.org>
           2010, Onkar Shinde <onkarshinde@gmail.com>
           2011-2013, Andrew Ross <ubuntu@rossfamily.co.uk>
           2013-2018, Emmanuel Bourg <ebourg@apache.org>
           2014-2018, Andreas Tille <tille@debian.org>
           2015-2018, Markus Koschany <apo@debian.org>
           2018, Jochen Sprickerhof <jspricke@debian.org>
License: Apache-2.0

License: Apache-2.0
 On Debian systems, the full text of the Apache-2.0 license
 can be found in the file '/usr/share/common-licenses/Apache-2.0'