24 |
On Debian systems, the complete text of the BSD License can be |
On Debian systems, the complete text of the BSD License can be |
25 |
found in `/usr/share/common-licenses/BSD'. |
found in `/usr/share/common-licenses/BSD'. |
26 |
|
|
27 |
|
The source file ./src/org/pdfbox/searchengine/lucene/IndexFiles.java is: |
28 |
|
|
29 |
The source package contains several third party components with their own |
Copyright (c) 2001 The Apache Software Foundation. |
|
licenses. They are all listed in the licenses directory. |
|
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 |
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'. |
is licensed under the GPL, see `/usr/share/common-licenses/GPL'. |
89 |
|
|
|
# TODO |
|
|
# Please also look if there are files or directories which have a |
|
|
# different copyright/license attached and list them here. |
|