LICENSE 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385
  1. Ripcord is shareware, which means users are given permission to redistribute it to other users, with a few restrictions. This page describes what you are allowed to do and not allowed to do when redistributing Ripcord.
  2. This page uses the term "release" as a noun to refer to the downloadable copies of Ripcord that are available on the main page of the Ripcord website.
  3. For Windows and Mac, these are `.zip` files which contain the software.
  4. For Linux, this is a `.AppImage` file, which is a type of executable self-mounting or self-extracting zip-like file which contains more software within.
  5. ---
  6. You are allowed to:
  7. * Redistribute any of the releases of Ripcord, unmodified.
  8. * Example: you may host a copy of an official Ripcord release on your
  9. website or a package manager.
  10. * Automate the installation, updating, and removal of Ripcord using
  11. package management software.
  12. * Example: a command-line utility in a Linux distribution that
  13. provides a way to install and uninstall releases of Ripcord in some
  14. distribution-specific way.
  15. You are **not** allowed to:
  16. * Modify a release of Ripcord and then redistribute the modified copy.
  17. * Claim that you created or own the rights to Ripcord.
  18. * Misrepresent or obscure the origin or authorship of Ripcord.
  19. * Bundle Ripcord with malware, adware, or software intended to gather and
  20. sell or profit from user data.
  21. * Bundle Ripcord with something that bypasses or interferes with the shareware trial and licensing mechanism within Ripcord.
  22. * Bundle Ripcord with a license key for Ripcord.
  23. * Charge money for a redistributed copy of Ripcord, or charge money for
  24. use of Ripcord with a package manager.
  25. On Linux, a special exception which allows you to redistribute modified copies of Ripcord is granted for the following case:
  26. * For the Linux releases of Ripcord, when using Ripcord with a package
  27. management system, you are allowed to extract the contents of the
  28. AppImage and create a package of the software with equivalent or updated
  29. versions of shared library files (typically `.so`) for the purpose of
  30. improved compatibility with a Linux distribution or that package
  31. management system, and to redistribute that package.
  32. * But you are not allowed to use shared library files which bypass or
  33. interfere with the shareware trial and licensing mechanism in
  34. Ripcord, or which break any of the other rules above.
  35. ---
  36. If you need additional special exceptions—for example, to patch the main Ripcord binary in order to provide compatibility with a particular Linux distribution—please get in touch with me via email.
  37. If you do not follow these rules, your permission to redistribute and/or repackage Ripcord is revoked. These rules are intended to protect Ripcord's quality, safety, and viability as a product and source of income.
  38. As long as you follow to these, you have permission to redistribute Ripcord, unless I (the owner of Ripcord) have revoked your permission. These rules may be changed without notice.
  39. —Andrew Richards cancel@cancel.fm Acyclic Systems LLC
  40. ---
  41. Additional license information:
  42. License information for libsodium:
  43. ISC License
  44. Copyright (c) 2013-2017
  45. Frank Denis <j at pureftpd dot org>
  46. Permission to use, copy, modify, and/or distribute this software for any
  47. purpose with or without fee is hereby granted, provided that the above
  48. copyright notice and this permission notice appear in all copies.
  49. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  50. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  51. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  52. ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  53. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  54. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  55. OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  56. License information for Opus:
  57. Copyright 2001-2011 Xiph.Org, Skype Limited, Octasic,
  58. Jean-Marc Valin, Timothy B. Terriberry,
  59. CSIRO, Gregory Maxwell, Mark Borgerding,
  60. Erik de Castro Lopo
  61. Redistribution and use in source and binary forms, with or without
  62. modification, are permitted provided that the following conditions
  63. are met:
  64. - Redistributions of source code must retain the above copyright
  65. notice, this list of conditions and the following disclaimer.
  66. - Redistributions in binary form must reproduce the above copyright
  67. notice, this list of conditions and the following disclaimer in the
  68. documentation and/or other materials provided with the distribution.
  69. - Neither the name of Internet Society, IETF or IETF Trust, nor the
  70. names of specific contributors, may be used to endorse or promote
  71. products derived from this software without specific prior written
  72. permission.
  73. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  74. ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  75. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  76. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
  77. OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  78. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  79. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  80. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  81. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  82. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  83. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  84. Opus is subject to the royalty-free patent licenses which are
  85. specified at:
  86. Xiph.Org Foundation:
  87. https://datatracker.ietf.org/ipr/1524/
  88. Microsoft Corporation:
  89. https://datatracker.ietf.org/ipr/1914/
  90. Broadcom Corporation:
  91. https://datatracker.ietf.org/ipr/1526/
  92. License information for r8brain-free-src:
  93. The MIT License (MIT)
  94. r8brain-free-src Copyright (c) 2013-2014 Aleksey Vaneev
  95. Permission is hereby granted, free of charge, to any person obtaining a copy
  96. of this software and associated documentation files (the "Software"), to deal
  97. in the Software without restriction, including without limitation the rights
  98. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  99. copies of the Software, and to permit persons to whom the Software is
  100. furnished to do so, subject to the following conditions:
  101. The above copyright notice and this permission notice shall be included in
  102. all copies or substantial portions of the Software.
  103. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  104. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  105. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  106. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  107. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  108. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  109. THE SOFTWARE.
  110. Please credit the creator of this library in your documentation in the
  111. following way: "Sample rate converter designed by Aleksey Vaneev of Voxengo"
  112. License information for OpenSSL:
  113. LICENSE ISSUES
  114. ==============
  115. The OpenSSL toolkit stays under a double license, i.e. both the conditions of
  116. the OpenSSL License and the original SSLeay license apply to the toolkit.
  117. See below for the actual license texts.
  118. OpenSSL License
  119. ---------------
  120. /* ====================================================================
  121. * Copyright (c) 1998-2017 The OpenSSL Project. All rights reserved.
  122. *
  123. * Redistribution and use in source and binary forms, with or without
  124. * modification, are permitted provided that the following conditions
  125. * are met:
  126. *
  127. * 1. Redistributions of source code must retain the above copyright
  128. * notice, this list of conditions and the following disclaimer.
  129. *
  130. * 2. Redistributions in binary form must reproduce the above copyright
  131. * notice, this list of conditions and the following disclaimer in
  132. * the documentation and/or other materials provided with the
  133. * distribution.
  134. *
  135. * 3. All advertising materials mentioning features or use of this
  136. * software must display the following acknowledgment:
  137. * "This product includes software developed by the OpenSSL Project
  138. * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
  139. *
  140. * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
  141. * endorse or promote products derived from this software without
  142. * prior written permission. For written permission, please contact
  143. * openssl-core@openssl.org.
  144. *
  145. * 5. Products derived from this software may not be called "OpenSSL"
  146. * nor may "OpenSSL" appear in their names without prior written
  147. * permission of the OpenSSL Project.
  148. *
  149. * 6. Redistributions of any form whatsoever must retain the following
  150. * acknowledgment:
  151. * "This product includes software developed by the OpenSSL Project
  152. * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
  153. *
  154. * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
  155. * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  156. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  157. * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
  158. * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  159. * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  160. * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  161. * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  162. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  163. * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  164. * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  165. * OF THE POSSIBILITY OF SUCH DAMAGE.
  166. * ====================================================================
  167. *
  168. * This product includes cryptographic software written by Eric Young
  169. * (eay@cryptsoft.com). This product includes software written by Tim
  170. * Hudson (tjh@cryptsoft.com).
  171. *
  172. */
  173. Original SSLeay License
  174. -----------------------
  175. /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  176. * All rights reserved.
  177. *
  178. * This package is an SSL implementation written
  179. * by Eric Young (eay@cryptsoft.com).
  180. * The implementation was written so as to conform with Netscapes SSL.
  181. *
  182. * This library is free for commercial and non-commercial use as long as
  183. * the following conditions are aheared to. The following conditions
  184. * apply to all code found in this distribution, be it the RC4, RSA,
  185. * lhash, DES, etc., code; not just the SSL code. The SSL documentation
  186. * included with this distribution is covered by the same copyright terms
  187. * except that the holder is Tim Hudson (tjh@cryptsoft.com).
  188. *
  189. * Copyright remains Eric Young's, and as such any Copyright notices in
  190. * the code are not to be removed.
  191. * If this package is used in a product, Eric Young should be given attribution
  192. * as the author of the parts of the library used.
  193. * This can be in the form of a textual message at program startup or
  194. * in documentation (online or textual) provided with the package.
  195. *
  196. * Redistribution and use in source and binary forms, with or without
  197. * modification, are permitted provided that the following conditions
  198. * are met:
  199. * 1. Redistributions of source code must retain the copyright
  200. * notice, this list of conditions and the following disclaimer.
  201. * 2. Redistributions in binary form must reproduce the above copyright
  202. * notice, this list of conditions and the following disclaimer in the
  203. * documentation and/or other materials provided with the distribution.
  204. * 3. All advertising materials mentioning features or use of this software
  205. * must display the following acknowledgement:
  206. * "This product includes cryptographic software written by
  207. * Eric Young (eay@cryptsoft.com)"
  208. * The word 'cryptographic' can be left out if the rouines from the library
  209. * being used are not cryptographic related :-).
  210. * 4. If you include any Windows specific code (or a derivative thereof) from
  211. * the apps directory (application code) you must include an acknowledgement:
  212. * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
  213. *
  214. * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
  215. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  216. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  217. * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  218. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  219. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  220. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  221. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  222. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  223. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  224. * SUCH DAMAGE.
  225. *
  226. * The licence and distribution terms for any publically available version or
  227. * derivative of this code cannot be changed. i.e. this code cannot simply be
  228. * copied and put under another distribution licence
  229. * [including the GNU Public Licence.]
  230. */
  231. License information for rapidjson:
  232. Tencent is pleased to support the open source community by making RapidJSON available.
  233. Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
  234. If you have downloaded a copy of the RapidJSON binary from Tencent, please note that the RapidJSON binary is licensed under the MIT License.
  235. If you have downloaded a copy of the RapidJSON source code from Tencent, please note that RapidJSON source code is licensed under the MIT License, except for the third-party components listed below which are subject to different license terms. Your integration of RapidJSON into your own projects may require compliance with the MIT License, as well as the other licenses applicable to the third-party components included within RapidJSON. To avoid the problematic JSON license in your own projects, it's sufficient to exclude the bin/jsonchecker/ directory, as it's the only code under the JSON license.
  236. A copy of the MIT License is included in this file.
  237. Other dependencies and licenses:
  238. Open Source Software Licensed Under the BSD License:
  239. --------------------------------------------------------------------
  240. The msinttypes r29
  241. Copyright (c) 2006-2013 Alexander Chemeris
  242. All rights reserved.
  243. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  244. * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  245. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  246. * Neither the name of copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
  247. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  248. Open Source Software Licensed Under the JSON License:
  249. --------------------------------------------------------------------
  250. json.org
  251. Copyright (c) 2002 JSON.org
  252. All Rights Reserved.
  253. JSON_checker
  254. Copyright (c) 2002 JSON.org
  255. All Rights Reserved.
  256. Terms of the JSON License:
  257. ---------------------------------------------------
  258. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  259. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  260. The Software shall be used for Good, not Evil.
  261. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  262. Terms of the MIT License:
  263. --------------------------------------------------------------------
  264. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  265. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  266. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  267. License information for hopscotch-map:
  268. MIT License
  269. Copyright (c) 2016 Tessil
  270. Permission is hereby granted, free of charge, to any person obtaining a copy
  271. of this software and associated documentation files (the "Software"), to deal
  272. in the Software without restriction, including without limitation the rights
  273. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  274. copies of the Software, and to permit persons to whom the Software is
  275. furnished to do so, subject to the following conditions:
  276. The above copyright notice and this permission notice shall be included in all
  277. copies or substantial portions of the Software.
  278. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  279. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  280. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  281. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  282. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  283. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  284. SOFTWARE.
  285. License information for sajson:
  286. Copyright (c) 2012-2017 Chad Austin
  287. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  288. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  289. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.