COPYING 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  1. This file is part of the OpenSSH software.
  2. The licences which components of this software fall under are as
  3. follows. First, we will summarize and say that all components
  4. are under a BSD licence, or a licence more free than that.
  5. OpenSSH contains no GPL code.
  6. 1)
  7. * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
  8. * All rights reserved
  9. *
  10. * As far as I am concerned, the code I have written for this software
  11. * can be used freely for any purpose. Any derived versions of this
  12. * software must be clearly marked as such, and if the derived work is
  13. * incompatible with the protocol description in the RFC file, it must be
  14. * called by a name other than "ssh" or "Secure Shell".
  15. [Tatu continues]
  16. * However, I am not implying to give any licenses to any patents or
  17. * copyrights held by third parties, and the software includes parts that
  18. * are not under my direct control. As far as I know, all included
  19. * source code is used in accordance with the relevant license agreements
  20. * and can be used freely for any purpose (the GNU license being the most
  21. * restrictive); see below for details.
  22. [However, none of that term is relevant at this point in time. All of
  23. these restrictively licenced software components which he talks about
  24. have been removed from OpenSSH, i.e.,
  25. - RSA is no longer included, found in the OpenSSL library
  26. - IDEA is no longer included, its use is deprecated
  27. - DES is now external, in the OpenSSL library
  28. - GMP is no longer used, and instead we call BN code from OpenSSL
  29. - Zlib is now external, in a library
  30. - The make-ssh-known-hosts script is no longer included
  31. - TSS has been removed
  32. - MD5 is now external, in the OpenSSL library
  33. - RC4 support has been replaced with ARC4 support from OpenSSL
  34. - Blowfish is now external, in the OpenSSL library
  35. [The licence continues]
  36. Note that any information and cryptographic algorithms used in this
  37. software are publicly available on the Internet and at any major
  38. bookstore, scientific library, and patent office worldwide. More
  39. information can be found e.g. at "http://www.cs.hut.fi/crypto".
  40. The legal status of this program is some combination of all these
  41. permissions and restrictions. Use only at your own responsibility.
  42. You will be responsible for any legal consequences yourself; I am not
  43. making any claims whether possessing or using this is legal or not in
  44. your country, and I am not taking any responsibility on your behalf.
  45. NO WARRANTY
  46. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
  47. FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
  48. OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
  49. PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  50. OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  51. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
  52. TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
  53. PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  54. REPAIR OR CORRECTION.
  55. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  56. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  57. REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  58. INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  59. OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
  60. TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
  61. YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  62. PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  63. POSSIBILITY OF SUCH DAMAGES.
  64. 3)
  65. ssh-keyscan was contributed by David Mazieres under a BSD-style
  66. license.
  67. * Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
  68. *
  69. * Modification and redistribution in source and binary forms is
  70. * permitted provided that due credit is given to the author and the
  71. * OpenBSD project by leaving this copyright notice intact.
  72. 4)
  73. The Rijndael implementation by Vincent Rijmen, Antoon Bosselaers
  74. and Paulo Barreto is in the public domain and distributed
  75. with the following license:
  76. * @version 3.0 (December 2000)
  77. *
  78. * Optimised ANSI C code for the Rijndael cipher (now AES)
  79. *
  80. * @author Vincent Rijmen <vincent.rijmen@esat.kuleuven.ac.be>
  81. * @author Antoon Bosselaers <antoon.bosselaers@esat.kuleuven.ac.be>
  82. * @author Paulo Barreto <paulo.barreto@terra.com.br>
  83. *
  84. * This code is hereby placed in the public domain.
  85. *
  86. * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS
  87. * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  88. * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  89. * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE
  90. * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  91. * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  92. * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
  93. * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  94. * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
  95. * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
  96. * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  97. 5)
  98. One component of the ssh source code is under a 3-clause BSD license,
  99. held by the University of California, since we pulled these parts from
  100. original Berkeley code.
  101. * Copyright (c) 1983, 1990, 1992, 1993, 1995
  102. * The Regents of the University of California. All rights reserved.
  103. *
  104. * Redistribution and use in source and binary forms, with or without
  105. * modification, are permitted provided that the following conditions
  106. * are met:
  107. * 1. Redistributions of source code must retain the above copyright
  108. * notice, this list of conditions and the following disclaimer.
  109. * 2. Redistributions in binary form must reproduce the above copyright
  110. * notice, this list of conditions and the following disclaimer in the
  111. * documentation and/or other materials provided with the distribution.
  112. * 3. Neither the name of the University nor the names of its contributors
  113. * may be used to endorse or promote products derived from this software
  114. * without specific prior written permission.
  115. *
  116. * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  117. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  118. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  119. * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  120. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  121. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  122. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  123. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  124. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  125. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  126. * SUCH DAMAGE.
  127. 6)
  128. Remaining components of the software are provided under a standard
  129. 2-term BSD licence with the following names as copyright holders:
  130. Markus Friedl
  131. Theo de Raadt
  132. Niels Provos
  133. Dug Song
  134. Aaron Campbell
  135. Damien Miller
  136. Kevin Steves
  137. Daniel Kouril
  138. Wesley Griffin
  139. Per Allansson
  140. Nils Nordman
  141. Simon Wilkinson
  142. Portable OpenSSH additionally includes code from the following copyright
  143. holders, also under the 2-term BSD license:
  144. Ben Lindstrom
  145. Tim Rice
  146. Andre Lucas
  147. Chris Adams
  148. Corinna Vinschen
  149. Cray Inc.
  150. Denis Parker
  151. Gert Doering
  152. Jakob Schlyter
  153. Jason Downs
  154. Juha Yrjölä
  155. Michael Stone
  156. Networks Associates Technology, Inc.
  157. Solar Designer
  158. Todd C. Miller
  159. Wayne Schroeder
  160. William Jones
  161. Darren Tucker
  162. Sun Microsystems
  163. The SCO Group
  164. Daniel Walsh
  165. Red Hat, Inc
  166. Simon Vallet / Genoscope
  167. * Redistribution and use in source and binary forms, with or without
  168. * modification, are permitted provided that the following conditions
  169. * are met:
  170. * 1. Redistributions of source code must retain the above copyright
  171. * notice, this list of conditions and the following disclaimer.
  172. * 2. Redistributions in binary form must reproduce the above copyright
  173. * notice, this list of conditions and the following disclaimer in the
  174. * documentation and/or other materials provided with the distribution.
  175. *
  176. * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  177. * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  178. * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  179. * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  180. * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  181. * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  182. * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  183. * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  184. * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  185. * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  186. 8) Portable OpenSSH contains the following additional licenses:
  187. a) md5crypt.c, md5crypt.h
  188. * "THE BEER-WARE LICENSE" (Revision 42):
  189. * <phk@login.dknet.dk> wrote this file. As long as you retain this
  190. * notice you can do whatever you want with this stuff. If we meet
  191. * some day, and you think this stuff is worth it, you can buy me a
  192. * beer in return. Poul-Henning Kamp
  193. b) snprintf replacement
  194. * Copyright Patrick Powell 1995
  195. * This code is based on code written by Patrick Powell
  196. * (papowell@astart.com) It may be used for any purpose as long as this
  197. * notice remains intact on all source code distributions
  198. c) Compatibility code (openbsd-compat)
  199. Apart from the previously mentioned licenses, various pieces of code
  200. in the openbsd-compat/ subdirectory are licensed as follows:
  201. Some code is licensed under a 3-term BSD license, to the following
  202. copyright holders:
  203. Todd C. Miller
  204. Theo de Raadt
  205. Damien Miller
  206. Eric P. Allman
  207. The Regents of the University of California
  208. Constantin S. Svintsoff
  209. * Redistribution and use in source and binary forms, with or without
  210. * modification, are permitted provided that the following conditions
  211. * are met:
  212. * 1. Redistributions of source code must retain the above copyright
  213. * notice, this list of conditions and the following disclaimer.
  214. * 2. Redistributions in binary form must reproduce the above copyright
  215. * notice, this list of conditions and the following disclaimer in the
  216. * documentation and/or other materials provided with the distribution.
  217. * 3. Neither the name of the University nor the names of its contributors
  218. * may be used to endorse or promote products derived from this software
  219. * without specific prior written permission.
  220. *
  221. * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  222. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  223. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  224. * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  225. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  226. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  227. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  228. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  229. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  230. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  231. * SUCH DAMAGE.
  232. Some code is licensed under an ISC-style license, to the following
  233. copyright holders:
  234. Internet Software Consortium.
  235. Todd C. Miller
  236. Reyk Floeter
  237. Chad Mynhier
  238. * Permission to use, copy, modify, and distribute this software for any
  239. * purpose with or without fee is hereby granted, provided that the above
  240. * copyright notice and this permission notice appear in all copies.
  241. *
  242. * THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL
  243. * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
  244. * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE
  245. * FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  246. * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
  247. * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
  248. * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  249. Some code is licensed under a MIT-style license to the following
  250. copyright holders:
  251. Free Software Foundation, Inc.
  252. * Permission is hereby granted, free of charge, to any person obtaining a *
  253. * copy of this software and associated documentation files (the *
  254. * "Software"), to deal in the Software without restriction, including *
  255. * without limitation the rights to use, copy, modify, merge, publish, *
  256. * distribute, distribute with modifications, sublicense, and/or sell *
  257. * copies of the Software, and to permit persons to whom the Software is *
  258. * furnished to do so, subject to the following conditions: *
  259. * *
  260. * The above copyright notice and this permission notice shall be included *
  261. * in all copies or substantial portions of the Software. *
  262. * *
  263. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS *
  264. * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF *
  265. * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. *
  266. * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
  267. * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
  268. * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR *
  269. * THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
  270. * *
  271. * Except as contained in this notice, the name(s) of the above copyright *
  272. * holders shall not be used in advertising or otherwise to promote the *
  273. * sale, use or other dealings in this Software without prior written *
  274. * authorization. *
  275. ****************************************************************************/
  276. ------
  277. $OpenBSD: LICENCE,v 1.20 2017/04/30 23:26:16 djm Exp $