LICENSE 6.1 KB

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