LICENSE.OpenSSL 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. Certain source files in this program permit linking with the OpenSSL
  2. library (http://www.openssl.org), which otherwise wouldn't be allowed
  3. under the GPL. For purposes of identifying OpenSSL, most source files
  4. giving this permission limit it to versions of OpenSSL having a license
  5. identical to that listed in this file (LICENSE.OpenSSL). It is not
  6. necessary for the copyright years to match between this file and the
  7. OpenSSL version in question. However, note that because this file is
  8. an extension of the license statements of these source files, this file
  9. may not be changed except with permission from all copyright holders
  10. of source files in this program which reference this file.
  11. LICENSE ISSUES
  12. ==============
  13. The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
  14. the OpenSSL License and the original SSLeay license apply to the toolkit.
  15. See below for the actual license texts. Actually both licenses are BSD-style
  16. Open Source licenses. In case of any license issues related to OpenSSL
  17. please contact openssl-core@openssl.org.
  18. OpenSSL License
  19. ---------------
  20. /* ====================================================================
  21. * Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved.
  22. *
  23. * Redistribution and use in source and binary forms, with or without
  24. * modification, are permitted provided that the following conditions
  25. * are met:
  26. *
  27. * 1. Redistributions of source code must retain the above copyright
  28. * notice, this list of conditions and the following disclaimer.
  29. *
  30. * 2. Redistributions in binary form must reproduce the above copyright
  31. * notice, this list of conditions and the following disclaimer in
  32. * the documentation and/or other materials provided with the
  33. * distribution.
  34. *
  35. * 3. All advertising materials mentioning features or use of this
  36. * software must display the following acknowledgment:
  37. * "This product includes software developed by the OpenSSL Project
  38. * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
  39. *
  40. * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
  41. * endorse or promote products derived from this software without
  42. * prior written permission. For written permission, please contact
  43. * openssl-core@openssl.org.
  44. *
  45. * 5. Products derived from this software may not be called "OpenSSL"
  46. * nor may "OpenSSL" appear in their names without prior written
  47. * permission of the OpenSSL Project.
  48. *
  49. * 6. Redistributions of any form whatsoever must retain the following
  50. * acknowledgment:
  51. * "This product includes software developed by the OpenSSL Project
  52. * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
  53. *
  54. * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
  55. * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  56. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  57. * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
  58. * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  59. * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  60. * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  61. * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  62. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  63. * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  64. * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  65. * OF THE POSSIBILITY OF SUCH DAMAGE.
  66. * ====================================================================
  67. *
  68. * This product includes cryptographic software written by Eric Young
  69. * (eay@cryptsoft.com). This product includes software written by Tim
  70. * Hudson (tjh@cryptsoft.com).
  71. *
  72. */
  73. Original SSLeay License
  74. -----------------------
  75. /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  76. * All rights reserved.
  77. *
  78. * This package is an SSL implementation written
  79. * by Eric Young (eay@cryptsoft.com).
  80. * The implementation was written so as to conform with Netscapes SSL.
  81. *
  82. * This library is free for commercial and non-commercial use as long as
  83. * the following conditions are aheared to. The following conditions
  84. * apply to all code found in this distribution, be it the RC4, RSA,
  85. * lhash, DES, etc., code; not just the SSL code. The SSL documentation
  86. * included with this distribution is covered by the same copyright terms
  87. * except that the holder is Tim Hudson (tjh@cryptsoft.com).
  88. *
  89. * Copyright remains Eric Young's, and as such any Copyright notices in
  90. * the code are not to be removed.
  91. * If this package is used in a product, Eric Young should be given attribution
  92. * as the author of the parts of the library used.
  93. * This can be in the form of a textual message at program startup or
  94. * in documentation (online or textual) provided with the package.
  95. *
  96. * Redistribution and use in source and binary forms, with or without
  97. * modification, are permitted provided that the following conditions
  98. * are met:
  99. * 1. Redistributions of source code must retain the copyright
  100. * notice, this list of conditions and the following disclaimer.
  101. * 2. Redistributions in binary form must reproduce the above copyright
  102. * notice, this list of conditions and the following disclaimer in the
  103. * documentation and/or other materials provided with the distribution.
  104. * 3. All advertising materials mentioning features or use of this software
  105. * must display the following acknowledgement:
  106. * "This product includes cryptographic software written by
  107. * Eric Young (eay@cryptsoft.com)"
  108. * The word 'cryptographic' can be left out if the rouines from the library
  109. * being used are not cryptographic related :-).
  110. * 4. If you include any Windows specific code (or a derivative thereof) from
  111. * the apps directory (application code) you must include an acknowledgement:
  112. * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
  113. *
  114. * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
  115. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  116. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  117. * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  118. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  119. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  120. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  121. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  122. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  123. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  124. * SUCH DAMAGE.
  125. *
  126. * The licence and distribution terms for any publically available version or
  127. * derivative of this code cannot be changed. i.e. this code cannot simply be
  128. * copied and put under another distribution licence
  129. * [including the GNU Public Licence.]
  130. */