LICENSE 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. Ricochet - https://ricochet.im/
  2. Copyright (C) 2014-2016, John Brooks <john.brooks@dereferenced.net>
  3. Redistribution and use in source and binary forms, with or without
  4. modification, are permitted provided that the following conditions are
  5. met:
  6. * Redistributions of source code must retain the above copyright
  7. notice, this list of conditions and the following disclaimer.
  8. * Redistributions in binary form must reproduce the above
  9. copyright notice, this list of conditions and the following disclaimer
  10. in the documentation and/or other materials provided with the
  11. distribution.
  12. * Neither the names of the copyright owners nor the names of its
  13. contributors may be used to endorse or promote products derived from
  14. this software without specific prior written permission.
  15. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  16. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  17. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  18. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  19. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  20. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  21. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  22. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  23. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  24. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  25. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  26. -------------------------------------------------------------------------------
  27. Tor is a registered trademark of The Tor Project, Inc.
  28. Ricochet is not in any way affiliated with or endorsed by The Tor Project.
  29. For more information about Tor, see https://www.torproject.org/.
  30. Tor is distributed under this license:
  31. Copyright (c) 2001-2004, Roger Dingledine
  32. Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
  33. Copyright (c) 2007-2010, The Tor Project, Inc.
  34. Redistribution and use in source and binary forms, with or without
  35. modification, are permitted provided that the following conditions are
  36. met:
  37. * Redistributions of source code must retain the above copyright
  38. notice, this list of conditions and the following disclaimer.
  39. * Redistributions in binary form must reproduce the above
  40. copyright notice, this list of conditions and the following disclaimer
  41. in the documentation and/or other materials provided with the
  42. distribution.
  43. * Neither the names of the copyright owners nor the names of its
  44. contributors may be used to endorse or promote products derived from
  45. this software without specific prior written permission.
  46. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  47. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  48. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  49. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  50. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  51. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  52. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  53. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  54. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  55. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  56. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  57. src/common/strlcat.c and src/common/strlcpy.c by Todd C. Miller are licensed
  58. under the following license:
  59. * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
  60. * All rights reserved.
  61. *
  62. * Redistribution and use in source and binary forms, with or without
  63. * modification, are permitted provided that the following conditions
  64. * are met:
  65. * 1. Redistributions of source code must retain the above copyright
  66. * notice, this list of conditions and the following disclaimer.
  67. * 2. Redistributions in binary form must reproduce the above copyright
  68. * notice, this list of conditions and the following disclaimer in the
  69. * documentation and/or other materials provided with the distribution.
  70. * 3. The name of the author may not be used to endorse or promote products
  71. * derived from this software without specific prior written permission.
  72. *
  73. * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
  74. * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  75. * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
  76. * THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  77. * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  78. * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
  79. * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  80. * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
  81. * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  82. * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  83. -------------------------------------------------------------------------------
  84. The Qt Toolkit is Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies)
  85. and other contributors.
  86. Qt is licensed under the GNU Lesser General Public License version 2.1,
  87. available online at http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html,
  88. and a special exception, the text of which is distributed with Qt.
  89. This library is distributed in the hope that it will be useful, but WITHOUT
  90. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  91. FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
  92. details.
  93. -------------------------------------------------------------------------------
  94. Ricochet "R" icon by Lawrence Eastland, CC-BY-SA 4.0. See icons/LICENSE.
  95. -------------------------------------------------------------------------------
  96. /* ====================================================================
  97. * Copyright (c) 1998-2008 The OpenSSL Project. All rights reserved.
  98. *
  99. * Redistribution and use in source and binary forms, with or without
  100. * modification, are permitted provided that the following conditions
  101. * are met:
  102. *
  103. * 1. Redistributions of source code must retain the above copyright
  104. * notice, this list of conditions and the following disclaimer.
  105. *
  106. * 2. Redistributions in binary form must reproduce the above copyright
  107. * notice, this list of conditions and the following disclaimer in
  108. * the documentation and/or other materials provided with the
  109. * distribution.
  110. *
  111. * 3. All advertising materials mentioning features or use of this
  112. * software must display the following acknowledgment:
  113. * "This product includes software developed by the OpenSSL Project
  114. * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
  115. *
  116. * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
  117. * endorse or promote products derived from this software without
  118. * prior written permission. For written permission, please contact
  119. * openssl-core@openssl.org.
  120. *
  121. * 5. Products derived from this software may not be called "OpenSSL"
  122. * nor may "OpenSSL" appear in their names without prior written
  123. * permission of the OpenSSL Project.
  124. *
  125. * 6. Redistributions of any form whatsoever must retain the following
  126. * acknowledgment:
  127. * "This product includes software developed by the OpenSSL Project
  128. * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
  129. *
  130. * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
  131. * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  132. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  133. * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
  134. * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  135. * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  136. * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  137. * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  138. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  139. * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  140. * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  141. * OF THE POSSIBILITY OF SUCH DAMAGE.
  142. * ====================================================================
  143. *
  144. * This product includes cryptographic software written by Eric Young
  145. * (eay@cryptsoft.com). This product includes software written by Tim
  146. * Hudson (tjh@cryptsoft.com).
  147. *
  148. */
  149. Original SSLeay License
  150. -----------------------
  151. /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  152. * All rights reserved.
  153. *
  154. * This package is an SSL implementation written
  155. * by Eric Young (eay@cryptsoft.com).
  156. * The implementation was written so as to conform with Netscapes SSL.
  157. *
  158. * This library is free for commercial and non-commercial use as long as
  159. * the following conditions are aheared to. The following conditions
  160. * apply to all code found in this distribution, be it the RC4, RSA,
  161. * lhash, DES, etc., code; not just the SSL code. The SSL documentation
  162. * included with this distribution is covered by the same copyright terms
  163. * except that the holder is Tim Hudson (tjh@cryptsoft.com).
  164. *
  165. * Copyright remains Eric Young's, and as such any Copyright notices in
  166. * the code are not to be removed.
  167. * If this package is used in a product, Eric Young should be given attribution
  168. * as the author of the parts of the library used.
  169. * This can be in the form of a textual message at program startup or
  170. * in documentation (online or textual) provided with the package.
  171. *
  172. * Redistribution and use in source and binary forms, with or without
  173. * modification, are permitted provided that the following conditions
  174. * are met:
  175. * 1. Redistributions of source code must retain the copyright
  176. * notice, this list of conditions and the following disclaimer.
  177. * 2. Redistributions in binary form must reproduce the above copyright
  178. * notice, this list of conditions and the following disclaimer in the
  179. * documentation and/or other materials provided with the distribution.
  180. * 3. All advertising materials mentioning features or use of this software
  181. * must display the following acknowledgement:
  182. * "This product includes cryptographic software written by
  183. * Eric Young (eay@cryptsoft.com)"
  184. * The word 'cryptographic' can be left out if the rouines from the library
  185. * being used are not cryptographic related :-).
  186. * 4. If you include any Windows specific code (or a derivative thereof) from
  187. * the apps directory (application code) you must include an acknowledgement:
  188. * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
  189. *
  190. * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
  191. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  192. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  193. * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  194. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  195. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  196. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  197. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  198. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  199. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  200. * SUCH DAMAGE.
  201. *
  202. * The licence and distribution terms for any publically available version or
  203. * derivative of this code cannot be changed. i.e. this code cannot simply be
  204. * copied and put under another distribution licence
  205. * [including the GNU Public Licence.]
  206. */