File: COPYRIGHT

package info (click to toggle)
apt-p2p 0.1.6%2Bnmu1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 9,260 kB
  • sloc: python: 6,744; sh: 122; makefile: 46
file content (105 lines) | stat: -rw-r--r-- 4,228 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
Unless otherwise noted, all files are released under the GNU General
Public License, version 2 or later, exceptions are noted below.

Apt-p2p is Copyright (C) 2008 Cameron Dale <camrdale@gmail.com>

Apt-p2p is licensed under the terms of the GNU General Public License (GPL),
version 2 or later, as published by the Free Software Foundation.  See
/usr/share/common-licenses/GPL, or <http://www.gnu.org/copyleft/gpl.txt>
for the terms of the latest version of the GNU General Public License.

The file AptPackages.py is a modified version of packages.py from
the apt-proxy program, the source of which can found at
http://ftp.debian.org/debian/pool/main/a/apt-proxy/.
This file is also licensed under the terms of the GNU General
Public License, available in /usr/share/common-licenses/GPL or at
<http://www.gnu.org/copyleft/gpl.txt> and is covered by the following
copyright:

	Copyright (C) 2002 Manuel Estrada Sainz <ranty@debian.org>
	Copyright (C) 2008 Cameron Dale <camrdale@gmail.com>

The module apt_p2p_Khashmir is a modified version of the original khashmir,
the source of which can be found at http://sourceforge.net/projects/khashmir.
It is covered by the following copyright and permission notice:

	Copyright (C) 2002-2003 Andrew Loewenstern
	Copyright (C) 2008 Cameron Dale <camrdale@gmail.com>
	
	Permission is hereby granted, free of charge, to any person
	obtaining a copy of this software and associated documentation files
	(the "Software"), to deal in the Software without restriction,
	including without limitation the rights to use, copy, modify, merge,
	publish, distribute, sublicense, and/or sell copies of the Software,
	and to permit persons to whom the Software is furnished to do so,
	subject to the following conditions:
	
	The above copyright notice and this permission notice shall be
	included in all copies or substantial portions of the Software.
	
	The Software is provided "AS IS", without warranty of any kind,
	express or implied, including but not limited to the warranties of
	merchantability,  fitness for a particular purpose and
	noninfringement. In no event shall the  authors or copyright holders
	be liable for any claim, damages or other liability, whether in an
	action of contract, tort or otherwise, arising from, out of or in
	connection with the Software or the use or other dealings in the
	Software.

The file policies.py is a modified version of policies.py from
the Twisted networking engine, the source of which can be found at
http://twistedmatrix.com. It is covered by the following copyright and
permission notice:

	Copyright (c) 2001-2008
	Allen Short
	Andrew Bennetts
	Apple Computer, Inc.
	Benjamin Bruheim
	Bob Ippolito
	Canonical Limited
	Christopher Armstrong
	David Reid
	Donovan Preston
	Eric Mangold
	Itamar Shtull-Trauring
	James Knight
	Jason A. Mobarak
	Jonathan Lange
	Jonathan D. Simms
	Jp Calderone
	Jürgen Hermann
	Kevin Turner
	Mary Gardiner
	Matthew Lefkowitz
	Massachusetts Institute of Technology
	Moshe Zadka
	Paul Swartz
	Pavel Pergamenshchik
	Ralph Meijer
	Sean Riley
	Travis B. Hartwell
	Thomas Herve
	Eyal Lotem
	Antoine Pitrou
	Andy Gayton
	Copyright (C) 2008 Cameron Dale <camrdale@gmail.com>
	
	Permission is hereby granted, free of charge, to any person obtaining
	a copy of this software and associated documentation files (the
	"Software"), to deal in the Software without restriction, including
	without limitation the rights to use, copy, modify, merge, publish,
	distribute, sublicense, and/or sell copies of the Software, and to
	permit persons to whom the Software is furnished to do so, subject to
	the following conditions:
	
	The above copyright notice and this permission notice shall be
	included in all copies or substantial portions of the Software.
	
	THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
	EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
	MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
	NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
	LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
	OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
	WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.