1 |
This package was debianized by gregor herrmann <gregor+debian@comodo.priv.at> on |
2 |
Fri, 17 Nov 2006 19:10:03 +0100. |
3 |
|
4 |
It was downloaded from http://sourceforge.net/projects/pdfbox |
5 |
|
6 |
Copyright (c) 2003-2005, www.pdfbox.org |
7 |
|
8 |
License: |
9 |
Redistribution and use in source and binary forms, with or without |
10 |
modification, are permitted under the terms of the BSD License. |
11 |
|
12 |
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
13 |
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
14 |
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
15 |
ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
16 |
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
17 |
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
18 |
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
19 |
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
20 |
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
21 |
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
22 |
SUCH DAMAGE. |
23 |
|
24 |
On Debian systems, the complete text of the BSD License can be |
25 |
found in `/usr/share/common-licenses/BSD'. |
26 |
|
27 |
The source file ./src/org/pdfbox/searchengine/lucene/IndexFiles.java is: |
28 |
|
29 |
Copyright (c) 2001 The Apache Software Foundation. |
30 |
|
31 |
License: |
32 |
* The Apache Software License, Version 1.1 |
33 |
* |
34 |
* Redistribution and use in source and binary forms, with or without |
35 |
* modification, are permitted provided that the following conditions |
36 |
* are met: |
37 |
* |
38 |
* 1. Redistributions of source code must retain the above copyright |
39 |
* notice, this list of conditions and the following disclaimer. |
40 |
* |
41 |
* 2. Redistributions in binary form must reproduce the above copyright |
42 |
* notice, this list of conditions and the following disclaimer in |
43 |
* the documentation and/or other materials provided with the |
44 |
* distribution. |
45 |
* |
46 |
* 3. The end-user documentation included with the redistribution, |
47 |
* if any, must include the following acknowledgment: |
48 |
* "This product includes software developed by the |
49 |
* Apache Software Foundation (http://www.apache.org/)." |
50 |
* Alternately, this acknowledgment may appear in the software itself, |
51 |
* if and wherever such third-party acknowledgments normally appear. |
52 |
* |
53 |
* 4. The names "Apache" and "Apache Software Foundation" and |
54 |
* "Apache Lucene" must not be used to endorse or promote products |
55 |
* derived from this software without prior written permission. For |
56 |
* written permission, please contact apache@apache.org. |
57 |
* |
58 |
* 5. Products derived from this software may not be called "Apache", |
59 |
* "Apache Lucene", nor may "Apache" appear in their name, without |
60 |
* prior written permission of the Apache Software Foundation. |
61 |
* |
62 |
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED |
63 |
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
64 |
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
65 |
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR |
66 |
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
67 |
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
68 |
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF |
69 |
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
70 |
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
71 |
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
72 |
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
73 |
* SUCH DAMAGE. |
74 |
* ==================================================================== |
75 |
* |
76 |
* This software consists of voluntary contributions made by many |
77 |
* individuals on behalf of the Apache Software Foundation. For more |
78 |
* information on the Apache Software Foundation, please see |
79 |
* <http://www.apache.org/>. |
80 |
|
81 |
|
82 |
The original upstream source package contains several third party components |
83 |
with their own licenses. These licenses are listed in the licenses directory |
84 |
in the source package. The Debian binary package does not make use of these |
85 |
third party components. |
86 |
|
87 |
The Debian packaging is (C) 2006, gregor herrmann <gregor+debian@comodo.priv.at> and |
88 |
is licensed under the GPL, see `/usr/share/common-licenses/GPL'. |
89 |
|