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