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