Remove v0 hidden service statistics code.
[tor/rransom.git] / debian / copyright
blobf89185257dfd0430469a4f2f68522a6577b87a61
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 https://www.torproject.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 Copyright (c) 2007-2008, The Tor Project, Inc.
13 strlcat, strlcpy: Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
14 ht.h: Copyright (c) 2002, Christopher Clark, 2006 Nick Mathewson
15 OpenBSD_malloc_Linux.c: phk@FreeBSD.ORG
16 Modifications for Debian: Copyright (c) 2004, 2005, 2006, 2007, 2008 Peter Palfrader
18 Tor is distributed under this license:
19 ===============================================================================
20 Copyright (c) 2001-2004, Roger Dingledine
21 Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
22 Copyright (c) 2007-2008, The Tor Project, Inc.
24 Redistribution and use in source and binary forms, with or without
25 modification, are permitted provided that the following conditions are
26 met:
28     * Redistributions of source code must retain the above copyright
29 notice, this list of conditions and the following disclaimer.
31     * Redistributions in binary form must reproduce the above
32 copyright notice, this list of conditions and the following disclaimer
33 in the documentation and/or other materials provided with the
34 distribution.
36     * Neither the names of the copyright owners nor the names of its
37 contributors may be used to endorse or promote products derived from
38 this software without specific prior written permission.
40 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
41 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
42 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
43 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
44 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
45 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
46 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
47 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
48 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
49 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
50 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
52 ===============================================================================
53 strlcat and strlcpy by Todd C. Miller are licensed under the following license:
55  * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
56  * All rights reserved.
57  *
58  * Redistribution and use in source and binary forms, with or without
59  * modification, are permitted provided that the following conditions
60  * are met:
61  * 1. Redistributions of source code must retain the above copyright
62  *    notice, this list of conditions and the following disclaimer.
63  * 2. Redistributions in binary form must reproduce the above copyright
64  *    notice, this list of conditions and the following disclaimer in the
65  *    documentation and/or other materials provided with the distribution.
66  * 3. The name of the author may not be used to endorse or promote products
67  *    derived from this software without specific prior written permission.
68  *
69  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
70  * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
71  * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
72  * THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
73  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
74  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
75  * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
76  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
77  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
78  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
79 ===============================================================================
80 ht.h by Nick Mathewson is licensed as follows:
82  * Copyright 2005, Nick Mathewson.  Implementation logic is adapted from code
83  * by Cristopher Clark, retrofit to allow drop-in memory management, and to
84  * use the same interface as Niels Provos's HT_H.  I'm not sure whether this
85  * is a derived work any more, but whether it is or not, the license below
86  * applies.
87  *
88  * Copyright (c) 2002, Christopher Clark
89  * All rights reserved.
90  *
91  * Redistribution and use in source and binary forms, with or without
92  * modification, are permitted provided that the following conditions
93  * are met:
94  *
95  * * Redistributions of source code must retain the above copyright
96  * notice, this list of conditions and the following disclaimer.
97  *
98  * * Redistributions in binary form must reproduce the above copyright
99  * notice, this list of conditions and the following disclaimer in the
100  * documentation and/or other materials provided with the distribution.
102  * * Neither the name of the original author; nor the names of any contributors
103  * may be used to endorse or promote products derived from this software
104  * without specific prior written permission.
107  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
108  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
109  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
110  * A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER
111  * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
112  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
113  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
114  * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
115  * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
116  * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
117  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
119 ===============================================================================
120 OpenBSD_malloc_Linux.c:
121  * "THE BEER-WARE LICENSE" (Revision 42):
122  * <phk@FreeBSD.ORG> wrote this file.  As long as you retain this notice you
123  * can do whatever you want with this stuff. If we meet some day, and you think
124  * this stuff is worth it, you can buy me a beer in return.   Poul-Henning Kamp