if we rotate our onion key, publish a new descriptor, and
[tor.git] / debian / copyright
blobf010a4580f982691a1500b20e1bb83e56796bddc
1 This package was debianized by Peter Palfrader <weasel@debian.org> on
2 Sat, 10 Jan 2004 11:20:06 +0100.
4 It was downloaded from http://tor.eff.org/
6 Upstream Authors: Roger Dingledine <arma@freehaven.net>
7                   Nick Mathewson <nickm@freehaven.net>
9 Copyright (c) 2001 Matej Pfajfar
10 Copyright (c) 2001-2004, Roger Dingledine
11 Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
12 strlcat, strlcpy: Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
13 ht.h: Copyright (c) 2002, Christopher Clark, 2006 Nick Mathewson
14 Modifications for Debian: Copyright (c) 2004, 2005, 2006 Peter Palfrader
16 Tor is distributed under this license:
17 ===============================================================================
18 Copyright (c) 2001-2004, Roger Dingledine
19 Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
21 Redistribution and use in source and binary forms, with or without
22 modification, are permitted provided that the following conditions are
23 met:
25     * Redistributions of source code must retain the above copyright
26 notice, this list of conditions and the following disclaimer.
28     * Redistributions in binary form must reproduce the above
29 copyright notice, this list of conditions and the following disclaimer
30 in the documentation and/or other materials provided with the
31 distribution.
33     * Neither the names of the copyright owners nor the names of its
34 contributors may be used to endorse or promote products derived from
35 this software without specific prior written permission.
37 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
38 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
39 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
40 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
41 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
42 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
43 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
44 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
45 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
46 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
47 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
49 ===============================================================================
50 strlcat and strlcpy by Todd C. Miller are licensed under the following license:
52  * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
53  * All rights reserved.
54  *
55  * Redistribution and use in source and binary forms, with or without
56  * modification, are permitted provided that the following conditions
57  * are met:
58  * 1. Redistributions of source code must retain the above copyright
59  *    notice, this list of conditions and the following disclaimer.
60  * 2. Redistributions in binary form must reproduce the above copyright
61  *    notice, this list of conditions and the following disclaimer in the
62  *    documentation and/or other materials provided with the distribution.
63  * 3. The name of the author may not be used to endorse or promote products
64  *    derived from this software without specific prior written permission.
65  *
66  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
67  * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
68  * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
69  * THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
70  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
71  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
72  * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
73  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
74  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
75  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
76 ===============================================================================
77 ht.h by Nick Mathewson is licensed as follows:
79  * Copyright 2005, Nick Mathewson.  Implementation logic is adapted from code
80  * by Cristopher Clark, retrofit to allow drop-in memory management, and to
81  * use the same interface as Niels Provos's HT_H.  I'm not sure whether this
82  * is a derived work any more, but whether it is or not, the license below
83  * applies.
84  *
85  * Copyright (c) 2002, Christopher Clark
86  * All rights reserved.
87  *
88  * Redistribution and use in source and binary forms, with or without
89  * modification, are permitted provided that the following conditions
90  * are met:
91  *
92  * * Redistributions of source code must retain the above copyright
93  * notice, this list of conditions and the following disclaimer.
94  *
95  * * Redistributions in binary form must reproduce the above copyright
96  * notice, this list of conditions and the following disclaimer in the
97  * documentation and/or other materials provided with the distribution.
98  *
99  * * Neither the name of the original author; nor the names of any contributors
100  * may be used to endorse or promote products derived from this software
101  * without specific prior written permission.
104  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
105  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
106  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
107  * A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER
108  * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
109  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
110  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
111  * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
112  * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
113  * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
114  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.