New TODO for hashing files with detached GPG signatures.
[quix0rs-apt-p2p.git] / debian / copyright
1 This is the Debian GNU/Linux packaged version of apt-p2p
2
3 The package is written and maintained by Cameron Dale.
4
5 The original source can always be found at:
6     http://ftp.debian.org/debian/pool/main/a/apt-p2p/
7
8 The project homepage is at
9   http://www.camrdale.org/apt-p2p.html
10
11 Apt-p2p is Copyright (C) 2008 Cameron Dale <camrdale@gmail.com>
12
13 This software is released under the terms of the GNU General Public License,
14 version 2 or later, with the exceptions noted below.
15
16 On Debian systems, the complete text of the GNU General Public License,
17 version 2, can be found in /usr/share/common-licenses/GPL-2.
18
19 The file AptPackages.py is a modified version of packages.py from
20 the apt-proxy program, the source of which can found at
21 http://ftp.debian.org/debian/pool/main/a/apt-proxy/.
22 This file is also licensed under the terms of the GNU General
23 Public License, and is covered by the following copyright:
24
25         Copyright (C) 2002 Manuel Estrada Sainz <ranty@debian.org>
26         Copyright (C) 2008 Cameron Dale <camrdale@gmail.com>
27
28 The module apt_p2p_Khashmir is a modified version of the original khashmir,
29 the source of which can be found at http://sourceforge.net/projects/khashmir.
30 It is covered by the following copyright and permission notice:
31
32         Copyright (C) 2002-2003 Andrew Loewenstern
33         Copyright (C) 2008 Cameron Dale <camrdale@gmail.com>
34         
35         Permission is hereby granted, free of charge, to any person
36         obtaining a copy of this software and associated documentation files
37         (the "Software"), to deal in the Software without restriction,
38         including without limitation the rights to use, copy, modify, merge,
39         publish, distribute, sublicense, and/or sell copies of the Software,
40         and to permit persons to whom the Software is furnished to do so,
41         subject to the following conditions:
42         
43         The above copyright notice and this permission notice shall be
44         included in all copies or substantial portions of the Software.
45         
46         The Software is provided "AS IS", without warranty of any kind,
47         express or implied, including but not limited to the warranties of
48         merchantability,  fitness for a particular purpose and
49         noninfringement. In no event shall the  authors or copyright holders
50         be liable for any claim, damages or other liability, whether in an
51         action of contract, tort or otherwise, arising from, out of or in
52         connection with the Software or the use or other dealings in the
53         Software.
54
55 The file policies.py is a modified version of policies.py from
56 the Twisted networking engine, the source of which can be found at
57 http://twistedmatrix.com. It is covered by the following copyright and
58 permission notice:
59
60         Copyright (c) 2001-2008
61         Allen Short
62         Andrew Bennetts
63         Apple Computer, Inc.
64         Benjamin Bruheim
65         Bob Ippolito
66         Canonical Limited
67         Christopher Armstrong
68         David Reid
69         Donovan Preston
70         Eric Mangold
71         Itamar Shtull-Trauring
72         James Knight
73         Jason A. Mobarak
74         Jonathan Lange
75         Jonathan D. Simms
76         Jp Calderone
77         Jürgen Hermann
78         Kevin Turner
79         Mary Gardiner
80         Matthew Lefkowitz
81         Massachusetts Institute of Technology
82         Moshe Zadka
83         Paul Swartz
84         Pavel Pergamenshchik
85         Ralph Meijer
86         Sean Riley
87         Travis B. Hartwell
88         Thomas Herve
89         Eyal Lotem
90         Antoine Pitrou
91         Andy Gayton
92         Copyright (C) 2008 Cameron Dale <camrdale@gmail.com>
93         
94         Permission is hereby granted, free of charge, to any person obtaining
95         a copy of this software and associated documentation files (the
96         "Software"), to deal in the Software without restriction, including
97         without limitation the rights to use, copy, modify, merge, publish,
98         distribute, sublicense, and/or sell copies of the Software, and to
99         permit persons to whom the Software is furnished to do so, subject to
100         the following conditions:
101         
102         The above copyright notice and this permission notice shall be
103         included in all copies or substantial portions of the Software.
104         
105         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
106         EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
107         MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
108         NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
109         LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
110         OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
111         WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.