diff options
author | Colin Watson <cjwatson@debian.org> | 2016-08-14 12:20:02 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2016-08-14 12:20:02 +0100 |
commit | 87ffbd30492802e44259cdfc0d8187393cc63917 (patch) | |
tree | 4e17980226ddc786a55b20517877bdadb4b9d3e5 /debian/copyright | |
parent | ce0956410c5d83663b34fae56aebf4fbe1177037 (diff) |
Rewrite debian/copyright using copyright-format 1.0.
Diffstat (limited to 'debian/copyright')
-rw-r--r-- | debian/copyright | 656 |
1 files changed, 265 insertions, 391 deletions
diff --git a/debian/copyright b/debian/copyright index 5b360cac4..4bf56a6e4 100644 --- a/debian/copyright +++ b/debian/copyright | |||
@@ -1,392 +1,266 @@ | |||
1 | This package was debianized by Philip Hands <phil@hands.com> on 31 Oct 1999 | 1 | Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ |
2 | (with help from Dan Brosemer <odin@linuxfreak.com>) | 2 | Upstream-Name: OpenSSH |
3 | 3 | Upstream-Contact: openssh-unix-dev@mindrot.org | |
4 | It was downloaded from here: | 4 | Source: http://www.openssh.com/portable.html |
5 | ftp://ftp.fu-berlin.de/unix/security/openssh/openssh-2.3.0p1.tar.gz | 5 | Comment: |
6 | 6 | The overall licence of the OpenSSH upstream code amounts to BSD-3-clause or | |
7 | worldwide mirrors are listed here: | 7 | various less restrictive licences, with the additional restrictions that |
8 | http://www.openssh.com/ftp.html | 8 | derived versions must be clearly marked as such and that if derived works |
9 | 9 | are incompatible with the RFC-specified protocol then they must be called | |
10 | The Debian-specific parts of the package were initially derived from the | 10 | by a name other than "ssh" or "Secure Shell". |
11 | original ssh package, which has since been renamed as ssh-nonfree. | 11 | |
12 | 12 | Files: * | |
13 | The Debian patch is distributed under the terms of the GPL, which you | ||
14 | can find in /usr/share/common-licenses/GPL-2. | ||
15 | |||
16 | In addition, as a special exception, Matthew Vernon gives permission | ||
17 | to link the code of the Debian patch with any version of the OpenSSH | ||
18 | code which is distributed under a license identical to that listed in | ||
19 | the included Copyright file, and distribute linked combinations | ||
20 | including the two. You must obey the GNU General Public License in | ||
21 | all respects for all of the code used other than OpenSSH. If you | ||
22 | modify this file, you may extend this exception to your version of the | ||
23 | file, but you are not obligated to do so. If you do not wish to do | ||
24 | so, delete this exception statement from your version. | ||
25 | |||
26 | The upstream source for this package is a combination of the ssh | ||
27 | branch that is being maintained by the OpenBSD team (starting from | ||
28 | the last version of SSH that was distributed under a free license), | ||
29 | and porting work by Damien Miller <damien@ibs.com.au> to get it | ||
30 | working on Linux. Other people also contributed to this, and are | ||
31 | credited in /usr/share/doc/ssh/README. | ||
32 | |||
33 | This package contains Kerberos version 5 patches from | ||
34 | http://www.sxw.org.uk/computing/patches/openssh.html; this is Copyright | ||
35 | (c) 2001-2009 Simon Wilkinson and provided under the standard 2-term BSD | ||
36 | licence used elsewhere in OpenSSH. | ||
37 | |||
38 | Copyright: | 13 | Copyright: |
39 | 14 | 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | |
40 | Code in helper.[ch] is Copyright Internet Business Solutions and is | 15 | Markus Friedl |
41 | released under a X11-style license (see source file for details). | 16 | Theo de Raadt |
42 | 17 | Niels Provos | |
43 | (A)RC4 code in rc4.[ch] is Copyright Damien Miller. It too is under a | 18 | Dug Song |
44 | X11-style license (see source file for details). | 19 | Aaron Campbell |
45 | 20 | Damien Miller | |
46 | make-ssh-known-hosts is Copyright Tero Kivinen <Tero.Kivinen@hut.fi>, | 21 | Kevin Steves |
47 | and is distributed under the GPL (see source file for details). | 22 | Daniel Kouril |
48 | 23 | Wesley Griffin | |
49 | The copyright for the original SSH version follows. It has been | 24 | Per Allansson |
50 | modified with [comments] to reflect the changes that the OpenBSD folks | 25 | Nils Nordman |
51 | have made: | 26 | Simon Wilkinson |
52 | 27 | Ben Lindstrom | |
53 | This file is part of the OpenSSH software. | 28 | Tim Rice |
54 | 29 | Andre Lucas | |
55 | The licences which components of this software fall under are as | 30 | Chris Adams |
56 | follows. First, we will summarize and say that all components | 31 | Corinna Vinschen |
57 | are under a BSD licence, or a licence more free than that. | 32 | Cray Inc. |
58 | 33 | Denis Parker | |
59 | OpenSSH contains no GPL code. | 34 | Gert Doering |
60 | 35 | Jakob Schlyter | |
61 | 1) | 36 | Jason Downs |
62 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 37 | Juha Yrjölä |
63 | * All rights reserved | 38 | Michael Stone |
64 | * | 39 | Networks Associates Technology, Inc. |
65 | * As far as I am concerned, the code I have written for this software | 40 | Solar Designer |
66 | * can be used freely for any purpose. Any derived versions of this | 41 | Todd C. Miller |
67 | * software must be clearly marked as such, and if the derived work is | 42 | Wayne Schroeder |
68 | * incompatible with the protocol description in the RFC file, it must be | 43 | William Jones |
69 | * called by a name other than "ssh" or "Secure Shell". | 44 | Darren Tucker |
70 | 45 | Sun Microsystems | |
71 | [Tatu continues] | 46 | The SCO Group |
72 | * However, I am not implying to give any licenses to any patents or | 47 | Daniel Walsh |
73 | * copyrights held by third parties, and the software includes parts that | 48 | Red Hat, Inc |
74 | * are not under my direct control. As far as I know, all included | 49 | Simon Vallet / Genoscope |
75 | * source code is used in accordance with the relevant license agreements | 50 | Internet Software Consortium |
76 | * and can be used freely for any purpose (the GNU license being the most | 51 | Reyk Floeter |
77 | * restrictive); see below for details. | 52 | Chad Mynhier |
78 | 53 | License: OpenSSH | |
79 | [However, none of that term is relevant at this point in time. All of | 54 | Tatu Ylonen's original licence is as follows (excluding some terms about |
80 | these restrictively licenced software components which he talks about | 55 | third-party code which are no longer relevant; see the LICENCE file for |
81 | have been removed from OpenSSH, i.e., | 56 | details): |
82 | 57 | . | |
83 | - RSA is no longer included, found in the OpenSSL library | 58 | As far as I am concerned, the code I have written for this software |
84 | - IDEA is no longer included, its use is deprecated | 59 | can be used freely for any purpose. Any derived versions of this |
85 | - DES is now external, in the OpenSSL library | 60 | software must be clearly marked as such, and if the derived work is |
86 | - GMP is no longer used, and instead we call BN code from OpenSSL | 61 | incompatible with the protocol description in the RFC file, it must be |
87 | - Zlib is now external, in a library | 62 | called by a name other than "ssh" or "Secure Shell". |
88 | - The make-ssh-known-hosts script is no longer included | 63 | . |
89 | - TSS has been removed | 64 | Note that any information and cryptographic algorithms used in this |
90 | - MD5 is now external, in the OpenSSL library | 65 | software are publicly available on the Internet and at any major |
91 | - RC4 support has been replaced with ARC4 support from OpenSSL | 66 | bookstore, scientific library, and patent office worldwide. More |
92 | - Blowfish is now external, in the OpenSSL library | 67 | information can be found e.g. at "http://www.cs.hut.fi/crypto". |
93 | 68 | . | |
94 | [The licence continues] | 69 | The legal status of this program is some combination of all these |
95 | 70 | permissions and restrictions. Use only at your own responsibility. | |
96 | Note that any information and cryptographic algorithms used in this | 71 | You will be responsible for any legal consequences yourself; I am not |
97 | software are publicly available on the Internet and at any major | 72 | making any claims whether possessing or using this is legal or not in |
98 | bookstore, scientific library, and patent office worldwide. More | 73 | your country, and I am not taking any responsibility on your behalf. |
99 | information can be found e.g. at "http://www.cs.hut.fi/crypto". | 74 | . |
100 | 75 | Most remaining components of the software are provided under a standard | |
101 | The legal status of this program is some combination of all these | 76 | 2-term BSD licence: |
102 | permissions and restrictions. Use only at your own responsibility. | 77 | . |
103 | You will be responsible for any legal consequences yourself; I am not | 78 | Redistribution and use in source and binary forms, with or without |
104 | making any claims whether possessing or using this is legal or not in | 79 | modification, are permitted provided that the following conditions |
105 | your country, and I am not taking any responsibility on your behalf. | 80 | are met: |
106 | 81 | 1. Redistributions of source code must retain the above copyright | |
107 | 82 | notice, this list of conditions and the following disclaimer. | |
108 | NO WARRANTY | 83 | 2. Redistributions in binary form must reproduce the above copyright |
109 | 84 | notice, this list of conditions and the following disclaimer in the | |
110 | BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY | 85 | documentation and/or other materials provided with the distribution. |
111 | FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN | 86 | . |
112 | OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES | 87 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
113 | PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED | 88 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
114 | OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | 89 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
115 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS | 90 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
116 | TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE | 91 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
117 | PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, | 92 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
118 | REPAIR OR CORRECTION. | 93 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
119 | 94 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | |
120 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING | 95 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
121 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR | 96 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
122 | REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, | 97 | . |
123 | INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING | 98 | Some code is licensed under an ISC-style license, to the following |
124 | OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED | 99 | copyright holders: |
125 | TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY | 100 | . |
126 | YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER | 101 | Permission to use, copy, modify, and distribute this software for any |
127 | PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE | 102 | purpose with or without fee is hereby granted, provided that the above |
128 | POSSIBILITY OF SUCH DAMAGES. | 103 | copyright notice and this permission notice appear in all copies. |
129 | 104 | . | |
130 | 2) | 105 | THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL |
131 | The 32-bit CRC compensation attack detector in deattack.c was | 106 | WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES |
132 | contributed by CORE SDI S.A. under a BSD-style license. | 107 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE |
133 | 108 | FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | |
134 | * Cryptographic attack detector for ssh - source code | 109 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION |
135 | * | 110 | OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN |
136 | * Copyright (c) 1998 CORE SDI S.A., Buenos Aires, Argentina. | 111 | CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
137 | * | 112 | |
138 | * All rights reserved. Redistribution and use in source and binary | 113 | Files: deattack.* |
139 | * forms, with or without modification, are permitted provided that | 114 | Copyright: 1998 CORE SDI S.A., Buenos Aires, Argentina |
140 | * this copyright notice is retained. | 115 | License: CORE-SDI-BSD-style |
141 | * | 116 | All rights reserved. Redistribution and use in source and binary |
142 | * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED | 117 | forms, with or without modification, are permitted provided that |
143 | * WARRANTIES ARE DISCLAIMED. IN NO EVENT SHALL CORE SDI S.A. BE | 118 | this copyright notice is retained. |
144 | * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY OR | 119 | . |
145 | * CONSEQUENTIAL DAMAGES RESULTING FROM THE USE OR MISUSE OF THIS | 120 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED |
146 | * SOFTWARE. | 121 | WARRANTIES ARE DISCLAIMED. IN NO EVENT SHALL CORE SDI S.A. BE |
147 | * | 122 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY OR |
148 | * Ariel Futoransky <futo@core-sdi.com> | 123 | CONSEQUENTIAL DAMAGES RESULTING FROM THE USE OR MISUSE OF THIS |
149 | * <http://www.core-sdi.com> | 124 | SOFTWARE. |
150 | 125 | . | |
151 | 3) | 126 | Ariel Futoransky <futo@core-sdi.com> |
152 | ssh-keyscan was contributed by David Mazieres under a BSD-style | 127 | <http://www.core-sdi.com> |
153 | license. | 128 | |
154 | 129 | Files: ssh-keyscan.* | |
155 | * Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>. | 130 | Copyright: 1995, 1996 David Mazieres <dm@lcs.mit.edu> |
156 | * | 131 | License: Mazieres-BSD-style |
157 | * Modification and redistribution in source and binary forms is | 132 | Modification and redistribution in source and binary forms is |
158 | * permitted provided that due credit is given to the author and the | 133 | permitted provided that due credit is given to the author and the |
159 | * OpenBSD project by leaving this copyright notice intact. | 134 | OpenBSD project by leaving this copyright notice intact. |
160 | 135 | ||
161 | 4) | 136 | Files: rijndael.* |
162 | The Rijndael implementation by Vincent Rijmen, Antoon Bosselaers | 137 | License: public-domain |
163 | and Paulo Barreto is in the public domain and distributed | 138 | This code is from a reference implementation of the Rijndael cipher which |
164 | with the following license: | 139 | has been dedicated to the public domain. |
165 | 140 | . | |
166 | * @version 3.0 (December 2000) | 141 | @version 3.0 (December 2000) |
167 | * | 142 | . |
168 | * Optimised ANSI C code for the Rijndael cipher (now AES) | 143 | Optimised ANSI C code for the Rijndael cipher (now AES) |
169 | * | 144 | . |
170 | * @author Vincent Rijmen <vincent.rijmen@esat.kuleuven.ac.be> | 145 | @author Vincent Rijmen <vincent.rijmen@esat.kuleuven.ac.be> |
171 | * @author Antoon Bosselaers <antoon.bosselaers@esat.kuleuven.ac.be> | 146 | @author Antoon Bosselaers <antoon.bosselaers@esat.kuleuven.ac.be> |
172 | * @author Paulo Barreto <paulo.barreto@terra.com.br> | 147 | @author Paulo Barreto <paulo.barreto@terra.com.br> |
173 | * | 148 | . |
174 | * This code is hereby placed in the public domain. | 149 | This code is hereby placed in the public domain. |
175 | * | 150 | . |
176 | * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS | 151 | THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS |
177 | * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | 152 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
178 | * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 153 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
179 | * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE | 154 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE |
180 | * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | 155 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
181 | * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | 156 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
182 | * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR | 157 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR |
183 | * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, | 158 | BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
184 | * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE | 159 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE |
185 | * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, | 160 | OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, |
186 | * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 161 | EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
187 | 162 | ||
188 | 5) | 163 | Files: loginrec.c openbsd-compat/* scp.c |
189 | One component of the ssh source code is under a 3-clause BSD license, | 164 | Copyright: |
190 | held by the University of California, since we pulled these parts from | 165 | 1983, 1995-1997 Eric P. Allman |
191 | original Berkeley code. | 166 | 1999 Aaron Campbell |
192 | 167 | 1993 by Digital Equipment Corporation | |
193 | * Copyright (c) 1983, 1990, 1992, 1993, 1995 | 168 | 2000 Andre Lucas |
194 | * The Regents of the University of California. All rights reserved. | 169 | 1999-2010 Damien Miller |
195 | * | 170 | 1997-2010 Todd C. Miller |
196 | * Redistribution and use in source and binary forms, with or without | 171 | 1995, 1996, 1998, 1999, 2008 Theo de Raadt |
197 | * modification, are permitted provided that the following conditions | 172 | 2003 Constantin S. Svintsoff <kostik@iclub.nsu.ru> |
198 | * are met: | 173 | 1980, 1983, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995 The Regents of the University of California |
199 | * 1. Redistributions of source code must retain the above copyright | 174 | License: BSD-3-clause |
200 | * notice, this list of conditions and the following disclaimer. | 175 | Redistribution and use in source and binary forms, with or without |
201 | * 2. Redistributions in binary form must reproduce the above copyright | 176 | modification, are permitted provided that the following conditions |
202 | * notice, this list of conditions and the following disclaimer in the | 177 | are met: |
203 | * documentation and/or other materials provided with the distribution. | 178 | 1. Redistributions of source code must retain the above copyright |
204 | * 3. Neither the name of the University nor the names of its contributors | 179 | notice, this list of conditions and the following disclaimer. |
205 | * may be used to endorse or promote products derived from this software | 180 | 2. Redistributions in binary form must reproduce the above copyright |
206 | * without specific prior written permission. | 181 | notice, this list of conditions and the following disclaimer in the |
207 | * | 182 | documentation and/or other materials provided with the distribution. |
208 | * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 183 | 3. Neither the name of the University nor the names of its contributors |
209 | * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 184 | may be used to endorse or promote products derived from this software |
210 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 185 | without specific prior written permission. |
211 | * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 186 | . |
212 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 187 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
213 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 188 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
214 | * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 189 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
215 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 190 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
216 | * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 191 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
217 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 192 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
218 | * SUCH DAMAGE. | 193 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
219 | 194 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | |
220 | 6) | 195 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
221 | Remaining components of the software are provided under a standard | 196 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
222 | 2-term BSD licence with the following names as copyright holders: | 197 | SUCH DAMAGE. |
223 | 198 | ||
224 | Markus Friedl | 199 | Files: md5crypt.* |
225 | Theo de Raadt | 200 | Copyright: Poul-Henning Kamp |
226 | Niels Provos | 201 | License: Beer-ware |
227 | Dug Song | 202 | "THE BEER-WARE LICENSE" (Revision 42): |
228 | Aaron Campbell | 203 | <phk@login.dknet.dk> wrote this file. As long as you retain this |
229 | Damien Miller | 204 | notice you can do whatever you want with this stuff. If we meet |
230 | Kevin Steves | 205 | some day, and you think this stuff is worth it, you can buy me a |
231 | Daniel Kouril | 206 | beer in return. Poul-Henning Kamp |
232 | Wesley Griffin | 207 | |
233 | Per Allansson | 208 | Files: openbsd-compat/bsd-snprintf.c |
234 | Nils Nordman | 209 | Copyright: 1995 Patrick Powell |
235 | Simon Wilkinson | 210 | This code is based on code written by Patrick Powell |
236 | 211 | (papowell@astart.com) It may be used for any purpose as long as this | |
237 | Portable OpenSSH additionally includes code from the following copyright | 212 | notice remains intact on all source code distributions |
238 | holders, also under the 2-term BSD license: | 213 | |
239 | 214 | Files: openbsd-compat/sigact.* | |
240 | Ben Lindstrom | 215 | Copyright: 1998, 2000 Free Software Foundation, Inc. |
241 | Tim Rice | 216 | License: Expat-with-advertising-restriction |
242 | Andre Lucas | 217 | Permission is hereby granted, free of charge, to any person obtaining a |
243 | Chris Adams | 218 | copy of this software and associated documentation files (the |
244 | Corinna Vinschen | 219 | "Software"), to deal in the Software without restriction, including |
245 | Cray Inc. | 220 | without limitation the rights to use, copy, modify, merge, publish, |
246 | Denis Parker | 221 | distribute, distribute with modifications, sublicense, and/or sell |
247 | Gert Doering | 222 | copies of the Software, and to permit persons to whom the Software is |
248 | Jakob Schlyter | 223 | furnished to do so, subject to the following conditions: |
249 | Jason Downs | 224 | . |
250 | Juha Yrjölä | 225 | The above copyright notice and this permission notice shall be included |
251 | Michael Stone | 226 | in all copies or substantial portions of the Software. |
252 | Networks Associates Technology, Inc. | 227 | . |
253 | Solar Designer | 228 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS |
254 | Todd C. Miller | 229 | OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
255 | Wayne Schroeder | 230 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
256 | William Jones | 231 | IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, |
257 | Darren Tucker | 232 | DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR |
258 | Sun Microsystems | 233 | OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR |
259 | The SCO Group | 234 | THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
260 | Daniel Walsh | 235 | . |
261 | Red Hat, Inc | 236 | Except as contained in this notice, the name(s) of the above copyright |
262 | Simon Vallet / Genoscope | 237 | holders shall not be used in advertising or otherwise to promote the |
263 | 238 | sale, use or other dealings in this Software without prior written | |
264 | * Redistribution and use in source and binary forms, with or without | 239 | authorization. |
265 | * modification, are permitted provided that the following conditions | 240 | |
266 | * are met: | 241 | Files: debian/* |
267 | * 1. Redistributions of source code must retain the above copyright | 242 | Copyright: Matthew Vernon, Colin Watson |
268 | * notice, this list of conditions and the following disclaimer. | 243 | License: GPL-2 with OpenSSH-linking exception |
269 | * 2. Redistributions in binary form must reproduce the above copyright | 244 | This program is free software; you can redistribute it and/or modify |
270 | * notice, this list of conditions and the following disclaimer in the | 245 | it under the terms of the GNU General Public License as published by |
271 | * documentation and/or other materials provided with the distribution. | 246 | the Free Software Foundation; either version 2 of the License, or |
272 | * | 247 | (at your option) any later version. |
273 | * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR | 248 | . |
274 | * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES | 249 | This program is distributed in the hope that it will be useful, |
275 | * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. | 250 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
276 | * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, | 251 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
277 | * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT | 252 | GNU General Public License for more details. |
278 | * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | 253 | . |
279 | * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | 254 | You should have received a copy of the GNU General Public License along |
280 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 255 | with this program; if not, write to the Free Software Foundation, Inc., |
281 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 256 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
282 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 257 | . |
283 | 258 | In addition, as a special exception, Matthew Vernon gives permission | |
284 | 8) Portable OpenSSH contains the following additional licenses: | 259 | to link the code of the Debian patch with any version of the OpenSSH |
285 | 260 | code which is distributed under a license identical to that listed in | |
286 | a) md5crypt.c, md5crypt.h | 261 | the included Copyright file, and distribute linked combinations |
287 | 262 | including the two. You must obey the GNU General Public License in | |
288 | * "THE BEER-WARE LICENSE" (Revision 42): | 263 | all respects for all of the code used other than OpenSSH. If you |
289 | * <phk@login.dknet.dk> wrote this file. As long as you retain this | 264 | modify this file, you may extend this exception to your version of the |
290 | * notice you can do whatever you want with this stuff. If we meet | 265 | file, but you are not obligated to do so. If you do not wish to do |
291 | * some day, and you think this stuff is worth it, you can buy me a | 266 | so, delete this exception statement from your version. |
292 | * beer in return. Poul-Henning Kamp | ||
293 | |||
294 | b) snprintf replacement | ||
295 | |||
296 | * Copyright Patrick Powell 1995 | ||
297 | * This code is based on code written by Patrick Powell | ||
298 | * (papowell@astart.com) It may be used for any purpose as long as this | ||
299 | * notice remains intact on all source code distributions | ||
300 | |||
301 | c) Compatibility code (openbsd-compat) | ||
302 | |||
303 | Apart from the previously mentioned licenses, various pieces of code | ||
304 | in the openbsd-compat/ subdirectory are licensed as follows: | ||
305 | |||
306 | Some code is licensed under a 3-term BSD license, to the following | ||
307 | copyright holders: | ||
308 | |||
309 | Todd C. Miller | ||
310 | Theo de Raadt | ||
311 | Damien Miller | ||
312 | Eric P. Allman | ||
313 | The Regents of the University of California | ||
314 | Constantin S. Svintsoff | ||
315 | |||
316 | * Redistribution and use in source and binary forms, with or without | ||
317 | * modification, are permitted provided that the following conditions | ||
318 | * are met: | ||
319 | * 1. Redistributions of source code must retain the above copyright | ||
320 | * notice, this list of conditions and the following disclaimer. | ||
321 | * 2. Redistributions in binary form must reproduce the above copyright | ||
322 | * notice, this list of conditions and the following disclaimer in the | ||
323 | * documentation and/or other materials provided with the distribution. | ||
324 | * 3. Neither the name of the University nor the names of its contributors | ||
325 | * may be used to endorse or promote products derived from this software | ||
326 | * without specific prior written permission. | ||
327 | * | ||
328 | * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | ||
329 | * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
330 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | ||
331 | * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | ||
332 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | ||
333 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | ||
334 | * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | ||
335 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | ||
336 | * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | ||
337 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | ||
338 | * SUCH DAMAGE. | ||
339 | |||
340 | Some code is licensed under an ISC-style license, to the following | ||
341 | copyright holders: | ||
342 | |||
343 | Internet Software Consortium. | ||
344 | Todd C. Miller | ||
345 | Reyk Floeter | ||
346 | Chad Mynhier | ||
347 | |||
348 | * Permission to use, copy, modify, and distribute this software for any | ||
349 | * purpose with or without fee is hereby granted, provided that the above | ||
350 | * copyright notice and this permission notice appear in all copies. | ||
351 | * | ||
352 | * THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL | ||
353 | * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES | ||
354 | * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE | ||
355 | * FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
356 | * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION | ||
357 | * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN | ||
358 | * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
359 | |||
360 | Some code is licensed under a MIT-style license to the following | ||
361 | copyright holders: | ||
362 | |||
363 | Free Software Foundation, Inc. | ||
364 | |||
365 | * Permission is hereby granted, free of charge, to any person obtaining a * | ||
366 | * copy of this software and associated documentation files (the * | ||
367 | * "Software"), to deal in the Software without restriction, including * | ||
368 | * without limitation the rights to use, copy, modify, merge, publish, * | ||
369 | * distribute, distribute with modifications, sublicense, and/or sell * | ||
370 | * copies of the Software, and to permit persons to whom the Software is * | ||
371 | * furnished to do so, subject to the following conditions: * | ||
372 | * * | ||
373 | * The above copyright notice and this permission notice shall be included * | ||
374 | * in all copies or substantial portions of the Software. * | ||
375 | * * | ||
376 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * | ||
377 | * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * | ||
378 | * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. * | ||
379 | * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, * | ||
380 | * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR * | ||
381 | * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR * | ||
382 | * THE USE OR OTHER DEALINGS IN THE SOFTWARE. * | ||
383 | * * | ||
384 | * Except as contained in this notice, the name(s) of the above copyright * | ||
385 | * holders shall not be used in advertising or otherwise to promote the * | ||
386 | * sale, use or other dealings in this Software without prior written * | ||
387 | * authorization. * | ||
388 | ****************************************************************************/ | ||
389 | |||
390 | |||
391 | ------ | ||
392 | $OpenBSD: LICENCE,v 1.19 2004/08/30 09:18:08 markus Exp $ | ||