Rename all apt-dht files to apt-p2p.
[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 with the exceptions noted below.
15
16 On Debian systems, the complete text of the GNU General Public License
17 can be found in /usr/share/common-licenses/GPL.
18
19 The module apt_p2p_Khashmir is a modified version of the original khashmir,
20 the source of which can be found at http://sourceforge.net/projects/khashmir.
21 It is covered by the following copyright and permission notice:
22
23         Copyright (C) 2002-2003 Andrew Loewenstern
24         
25         Permission is hereby granted, free of charge, to any person
26         obtaining a copy of this software and associated documentation files
27         (the "Software"), to deal in the Software without restriction,
28         including without limitation the rights to use, copy, modify, merge,
29         publish, distribute, sublicense, and/or sell copies of the Software,
30         and to permit persons to whom the Software is furnished to do so,
31         subject to the following conditions:
32         
33         The above copyright notice and this permission notice shall be
34         included in all copies or substantial portions of the Software.
35         
36         The Software is provided "AS IS", without warranty of any kind,
37         express or implied, including but not limited to the warranties of
38         merchantability,  fitness for a particular purpose and
39         noninfringement. In no event shall the  authors or copyright holders
40         be liable for any claim, damages or other liability, whether in an
41         action of contract, tort or otherwise, arising from, out of or in
42         connection with the Software or the use or other dealings in the
43         Software.
44
45 The file AptPackages.py is a modified version of packages.py from
46 the apt-proxy program, the source of which can found at
47 http://ftp.debian.org/debian/pool/main/a/apt-proxy/.
48 This file is also licensed under the terms of the GNU General
49 Public License, and is covered by the following copyright:
50
51         Copyright (C) 2002 Manuel Estrada Sainz <ranty@debian.org>
52         Copyright (C) 2008 Cameron Dale <camrdale@gmail.com>