Deleted Added
full compact
LICENCE (124211) LICENCE (126277)
1This file is part of the OpenSSH software.
2
3The licences which components of this software fall under are as
4follows. First, we will summarize and say that all components
5are under a BSD licence, or a licence more free than that.
6
7OpenSSH contains no GPL code.
8

--- 31 unchanged lines hidden (view full) ---

40 - Blowfish is now external, in the OpenSSL library
41
42 [The licence continues]
43
44 Note that any information and cryptographic algorithms used in this
45 software are publicly available on the Internet and at any major
46 bookstore, scientific library, and patent office worldwide. More
47 information can be found e.g. at "http://www.cs.hut.fi/crypto".
1This file is part of the OpenSSH software.
2
3The licences which components of this software fall under are as
4follows. First, we will summarize and say that all components
5are under a BSD licence, or a licence more free than that.
6
7OpenSSH contains no GPL code.
8

--- 31 unchanged lines hidden (view full) ---

40 - Blowfish is now external, in the OpenSSL library
41
42 [The licence continues]
43
44 Note that any information and cryptographic algorithms used in this
45 software are publicly available on the Internet and at any major
46 bookstore, scientific library, and patent office worldwide. More
47 information can be found e.g. at "http://www.cs.hut.fi/crypto".
48
48
49 The legal status of this program is some combination of all these
50 permissions and restrictions. Use only at your own responsibility.
51 You will be responsible for any legal consequences yourself; I am not
52 making any claims whether possessing or using this is legal or not in
53 your country, and I am not taking any responsibility on your behalf.
49 The legal status of this program is some combination of all these
50 permissions and restrictions. Use only at your own responsibility.
51 You will be responsible for any legal consequences yourself; I am not
52 making any claims whether possessing or using this is legal or not in
53 your country, and I am not taking any responsibility on your behalf.
54
55
56 NO WARRANTY
57
54
55
56 NO WARRANTY
57
58 BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
59 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
60 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
61 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
62 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
63 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
64 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
65 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
66 REPAIR OR CORRECTION.
58 BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
59 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
60 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
61 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
62 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
63 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
64 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
65 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
66 REPAIR OR CORRECTION.
67
67
68 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
69 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
70 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
71 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
72 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
73 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
74 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
75 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE

--- 31 unchanged lines hidden (view full) ---

107 * OpenBSD project by leaving this copyright notice intact.
108
1094)
110 The Rijndael implementation by Vincent Rijmen, Antoon Bosselaers
111 and Paulo Barreto is in the public domain and distributed
112 with the following license:
113
114 * @version 3.0 (December 2000)
68 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
69 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
70 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
71 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
72 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
73 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
74 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
75 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE

--- 31 unchanged lines hidden (view full) ---

107 * OpenBSD project by leaving this copyright notice intact.
108
1094)
110 The Rijndael implementation by Vincent Rijmen, Antoon Bosselaers
111 and Paulo Barreto is in the public domain and distributed
112 with the following license:
113
114 * @version 3.0 (December 2000)
115 *
115 *
116 * Optimised ANSI C code for the Rijndael cipher (now AES)
116 * Optimised ANSI C code for the Rijndael cipher (now AES)
117 *
117 *
118 * @author Vincent Rijmen <vincent.rijmen@esat.kuleuven.ac.be>
119 * @author Antoon Bosselaers <antoon.bosselaers@esat.kuleuven.ac.be>
120 * @author Paulo Barreto <paulo.barreto@terra.com.br>
118 * @author Vincent Rijmen <vincent.rijmen@esat.kuleuven.ac.be>
119 * @author Antoon Bosselaers <antoon.bosselaers@esat.kuleuven.ac.be>
120 * @author Paulo Barreto <paulo.barreto@terra.com.br>
121 *
121 *
122 * This code is hereby placed in the public domain.
122 * This code is hereby placed in the public domain.
123 *
123 *
124 * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS
125 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
126 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
127 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE
128 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
129 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
130 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
131 * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,

--- 40 unchanged lines hidden (view full) ---

172 Markus Friedl
173 Theo de Raadt
174 Niels Provos
175 Dug Song
176 Aaron Campbell
177 Damien Miller
178 Kevin Steves
179 Daniel Kouril
124 * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS
125 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
126 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
127 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE
128 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
129 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
130 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
131 * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,

--- 40 unchanged lines hidden (view full) ---

172 Markus Friedl
173 Theo de Raadt
174 Niels Provos
175 Dug Song
176 Aaron Campbell
177 Damien Miller
178 Kevin Steves
179 Daniel Kouril
180 Per Allansson
181 Wesley Griffin
182 Per Allansson
183 Nils Nordman
184 Simon Wilkinson
185
180 Wesley Griffin
181 Per Allansson
182 Nils Nordman
183 Simon Wilkinson
184
186 Portable OpenSSH additionally includes code from the following copyright
185 Portable OpenSSH additionally includes code from the following copyright
187 holders, also under the 2-term BSD license:
188
189 Ben Lindstrom
190 Tim Rice
191 Andre Lucas
192 Chris Adams
193 Corinna Vinschen
194 Cray Inc.
195 Denis Parker
196 Gert Doering
197 Jakob Schlyter
198 Jason Downs
199 Juha Yrj�l�
200 Michael Stone
201 Networks Associates Technology, Inc.
202 Solar Designer
203 Todd C. Miller
204 Wayne Schroeder
205 William Jones
186 holders, also under the 2-term BSD license:
187
188 Ben Lindstrom
189 Tim Rice
190 Andre Lucas
191 Chris Adams
192 Corinna Vinschen
193 Cray Inc.
194 Denis Parker
195 Gert Doering
196 Jakob Schlyter
197 Jason Downs
198 Juha Yrj�l�
199 Michael Stone
200 Networks Associates Technology, Inc.
201 Solar Designer
202 Todd C. Miller
203 Wayne Schroeder
204 William Jones
205 Darren Tucker
206
207 * Redistribution and use in source and binary forms, with or without
208 * modification, are permitted provided that the following conditions
209 * are met:
210 * 1. Redistributions of source code must retain the above copyright
211 * notice, this list of conditions and the following disclaimer.
212 * 2. Redistributions in binary form must reproduce the above copyright
213 * notice, this list of conditions and the following disclaimer in the

--- 10 unchanged lines hidden (view full) ---

224 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
225 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
226
2278) Portable OpenSSH contains the following additional licenses:
228
229 a) md5crypt.c, md5crypt.h
230
231 * "THE BEER-WARE LICENSE" (Revision 42):
206
207 * Redistribution and use in source and binary forms, with or without
208 * modification, are permitted provided that the following conditions
209 * are met:
210 * 1. Redistributions of source code must retain the above copyright
211 * notice, this list of conditions and the following disclaimer.
212 * 2. Redistributions in binary form must reproduce the above copyright
213 * notice, this list of conditions and the following disclaimer in the

--- 10 unchanged lines hidden (view full) ---

224 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
225 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
226
2278) Portable OpenSSH contains the following additional licenses:
228
229 a) md5crypt.c, md5crypt.h
230
231 * "THE BEER-WARE LICENSE" (Revision 42):
232 * <phk@login.dknet.dk> wrote this file. As long as you retain this
233 * notice you can do whatever you want with this stuff. If we meet
234 * some day, and you think this stuff is worth it, you can buy me a
232 * wrote this file. As long as you retain this
233 * notice you can do whatever you want with this stuff. If we meet
234 * some day, and you think this stuff is worth it, you can buy me a
235 * beer in return. Poul-Henning Kamp
236
237 b) snprintf replacement
238
239 * Copyright Patrick Powell 1995
235 * beer in return. Poul-Henning Kamp
236
237 b) snprintf replacement
238
239 * Copyright Patrick Powell 1995
240 * This code is based on code written by Patrick Powell
241 * (papowell@astart.com) It may be used for any purpose as long as this
240 * This code is based on code written by Patrick Powell
241 * (papowell@astart.com) It may be used for any purpose as long as this
242 * notice remains intact on all source code distributions
243
244 c) Compatibility code (openbsd-compat)
245
242 * notice remains intact on all source code distributions
243
244 c) Compatibility code (openbsd-compat)
245
246 Apart from the previously mentioned licenses, various pieces of code
246 Apart from the previously mentioned licenses, various pieces of code
247 in the openbsd-compat/ subdirectory are licensed as follows:
248
247 in the openbsd-compat/ subdirectory are licensed as follows:
248
249 Some code is licensed under a 3-term BSD license, to the following
249 Some code is licensed under a 3-term BSD license, to the following
250 copyright holders:
251
252 Todd C. Miller
253 Theo de Raadt
254 Damien Miller
255 Eric P. Allman
256 The Regents of the University of California
257

--- 16 unchanged lines hidden (view full) ---

274 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
275 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
276 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
277 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
278 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
279 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
280 * SUCH DAMAGE.
281
250 copyright holders:
251
252 Todd C. Miller
253 Theo de Raadt
254 Damien Miller
255 Eric P. Allman
256 The Regents of the University of California
257

--- 16 unchanged lines hidden (view full) ---

274 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
275 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
276 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
277 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
278 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
279 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
280 * SUCH DAMAGE.
281
282 Some code is licensed under an ISC-style license, to the following
282 Some code is licensed under an ISC-style license, to the following
283 copyright holders:
284
285 Internet Software Consortium.
286 Todd C. Miller
287
288 * Permission to use, copy, modify, and distribute this software for any
289 * purpose with or without fee is hereby granted, provided that the above
290 * copyright notice and this permission notice appear in all copies.
291 *
292 * THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL
293 * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
294 * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE
295 * FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
296 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
297 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
298 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
299
283 copyright holders:
284
285 Internet Software Consortium.
286 Todd C. Miller
287
288 * Permission to use, copy, modify, and distribute this software for any
289 * purpose with or without fee is hereby granted, provided that the above
290 * copyright notice and this permission notice appear in all copies.
291 *
292 * THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL
293 * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
294 * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE
295 * FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
296 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
297 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
298 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
299
300 Some code is licensed under a MIT-style license to the following
300 Some code is licensed under a MIT-style license to the following
301 copyright holders:
302
303 Free Software Foundation, Inc.
304
305 * Permission is hereby granted, free of charge, to any person obtaining a *
306 * copy of this software and associated documentation files (the *
307 * "Software"), to deal in the Software without restriction, including *
308 * without limitation the rights to use, copy, modify, merge, publish, *

--- 15 unchanged lines hidden (view full) ---

324 * Except as contained in this notice, the name(s) of the above copyright *
325 * holders shall not be used in advertising or otherwise to promote the *
326 * sale, use or other dealings in this Software without prior written *
327 * authorization. *
328 ****************************************************************************/
329
330
331------
301 copyright holders:
302
303 Free Software Foundation, Inc.
304
305 * Permission is hereby granted, free of charge, to any person obtaining a *
306 * copy of this software and associated documentation files (the *
307 * "Software"), to deal in the Software without restriction, including *
308 * without limitation the rights to use, copy, modify, merge, publish, *

--- 15 unchanged lines hidden (view full) ---

324 * Except as contained in this notice, the name(s) of the above copyright *
325 * holders shall not be used in advertising or otherwise to promote the *
326 * sale, use or other dealings in this Software without prior written *
327 * authorization. *
328 ****************************************************************************/
329
330
331------
332$OpenBSD: LICENCE,v 1.17 2003/08/22 20:55:06 markus Exp $
332$OpenBSD: LICENCE,v 1.18 2003/11/21 11:57:02 djm Exp $