copyright 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  1. Files: *
  2. Copyright: 2018-2023 SignalWire, Inc
  3. License: MIT
  4. Copyright (c) 2018-2023 SignalWire, Inc
  5. .
  6. Permission is hereby granted, free of charge, to any person obtaining a copy
  7. of this software and associated documentation files (the "Software"), to deal
  8. in the Software without restriction, including without limitation the rights
  9. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  10. copies of the Software, and to permit persons to whom the Software is
  11. furnished to do so, subject to the following conditions:
  12. .
  13. The above copyright notice and this permission notice shall be included in all
  14. copies or substantial portions of the Software.
  15. .
  16. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  17. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  18. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  19. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  20. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  21. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  22. SOFTWARE.
  23. Files: src/simclist.c
  24. src/include/libks/simclist.h
  25. Copyright: 2007,2008,2009,2010,2011 Mij <mij@bitchx.it>
  26. License: MIT
  27. Copyright (c) 2007,2008,2009,2010,2011 Mij <mij@bitchx.it>
  28. .
  29. Permission to use, copy, modify, and distribute this software for any
  30. purpose with or without fee is hereby granted, provided that the above
  31. copyright notice and this permission notice appear in all copies.
  32. .
  33. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  34. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  35. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  36. ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  37. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  38. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  39. OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  40. Files: src/ks_utf8.c
  41. src/include/libks/ks_utf8.h
  42. Copyright: 2005 Jeff Bezanson
  43. License: Public Domain
  44. Basic UTF-8 manipulation routines
  45. by Jeff Bezanson
  46. placed in the public domain Fall 2005
  47. .
  48. This code is designed to provide the utilities you need to manipulate
  49. UTF-8 as an internal string encoding. These functions do not perform the
  50. error checking normally needed when handling UTF-8 data, so if you happen
  51. to be from the Unicode Consortium you will want to flay me alive.
  52. I do this because error checking can be performed at the boundaries (I/O),
  53. with these routines reserved for higher performance on data known to be
  54. valid.
  55. Files: src/ks_resp.c
  56. src/include/libks/ks_resp.h
  57. Copyright: 2015 José Carlos Nieto, https://menteslibres.net/xiam
  58. License: BSD-1 clause
  59. Copyright (c) 2015 José Carlos Nieto, https://menteslibres.net/xiam
  60. .
  61. Permission is hereby granted, free of charge, to any person obtaining
  62. a copy of this software and associated documentation files (the
  63. "Software"), to deal in the Software without restriction, including
  64. without limitation the rights to use, copy, modify, merge, publish,
  65. distribute, sublicense, and/or sell copies of the Software, and to
  66. permit persons to whom the Software is furnished to do so, subject to
  67. the following conditions:
  68. .
  69. The above copyright notice and this permission notice shall be
  70. included in all copies or substantial portions of the Software.
  71. .
  72. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  73. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  74. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  75. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  76. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  77. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  78. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  79. Files: src/ks_printf.c
  80. src/include/libks/ks_printf.h
  81. Copyright:
  82. License: Public Domain
  83. The "printf" code that follows dates from the 1980's. It is in
  84. the public domain. The original comments are included here for
  85. completeness. They are very out-of-date but might be useful as
  86. an historical reference. Most of the "enhancements" have been backed
  87. out so that the functionality is now the same as standard printf().
  88. Files: src/ks_pool.c
  89. src/include/libks/ks_pool.h
  90. src/include/libks/internal/ks_pool.h
  91. Copyright: 1996 Gray Watson
  92. License: MIT-like
  93. Memory pool routines.
  94. .
  95. Copyright 1996 by Gray Watson.
  96. .
  97. This file is part of the ks_pool package.
  98. .
  99. Permission to use, copy, modify, and distribute this software for
  100. any purpose and without fee is hereby granted, provided that the
  101. above copyright notice and this permission notice appear in all
  102. copies, and that the name of Gray Watson not be used in advertising
  103. or publicity pertaining to distribution of the document or software
  104. without specific, written prior permission.
  105. .
  106. Gray Watson makes no representations about the suitability of the
  107. software described herein for any purpose. It is provided "as is"
  108. without express or implied warranty.
  109. .
  110. The author may be reached via http://256.com/gray/
  111. Files: src/ks_hash.c
  112. src/include/libks/ks_hash.h
  113. Copyright: 2002, Christopher Clark
  114. License: BSD-3-Clause
  115. Copyright (c) 2002, Christopher Clark
  116. All rights reserved.
  117. .
  118. Redistribution and use in source and binary forms, with or without
  119. modification, are permitted provided that the following conditions
  120. are met:
  121. .
  122. * Redistributions of source code must retain the above copyright
  123. notice, this list of conditions and the following disclaimer.
  124. .
  125. * Redistributions in binary form must reproduce the above copyright
  126. notice, this list of conditions and the following disclaimer in the
  127. documentation and/or other materials provided with the distribution.
  128. .
  129. * Neither the name of the original author; nor the names of any contributors
  130. may be used to endorse or promote products derived from this software
  131. without specific prior written permission.
  132. .
  133. .
  134. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  135. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  136. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  137. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
  138. OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  139. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  140. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  141. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  142. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  143. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  144. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  145. Files: src/include/crypt/twofish.c
  146. src/include/crypt/twofish.h
  147. src/include/crypt/twofish_cfb.c
  148. Copyright: 2002 by Niels Ferguson
  149. License: twofish
  150. Fast, portable, and easy-to-use Twofish implementation,
  151. Version 0.3.
  152. Copyright (c) 2002 by Niels Ferguson.
  153. The author hereby grants a perpetual license to everybody to
  154. use this code for any purpose as long as the copyright message is included
  155. in the source code of this or any derived work.
  156. .
  157. Yes, this means that you, your company, your club, and anyone else
  158. can use this code anywhere you want. You can change it and distribute it
  159. under the GPL, include it in your commercial product without releasing
  160. the source code, put it on the web, etc.
  161. The only thing you cannot do is remove my copyright message,
  162. or distribute any source code based on this implementation that does not
  163. include my copyright message.
  164. .
  165. I appreciate a mention in the documentation or credits,
  166. but I understand if that is difficult to do.
  167. I also appreciate it if you tell me where and why you used my code.
  168. .
  169. Please send any questions or comments to niels@ferguson.net
  170. .
  171. Have Fun!
  172. .
  173. Niels
  174. .
  175. .
  176. DISCLAIMER: As I'm giving away my work for free, I'm of course not going
  177. to accept any liability of any form. This code, or the Twofish cipher,
  178. might very well be flawed; you have been warned.
  179. This software is provided as-is, without any kind of warrenty or
  180. guarantee. And that is really all you can expect when you download
  181. code for free from the Internet.
  182. .
  183. I think it is really sad that disclaimers like this seem to be necessary.
  184. If people only had a little bit more common sense, and didn't come
  185. whining like little children every time something happens....
  186. Files: src/include/crypt/sha2.c
  187. src/include/crypt/sha2.h
  188. Copyright: 2002, Dr Brian Gladman, Worcester, UK.
  189. License: BSD-3-Clause
  190. Copyright (c) 2002, Dr Brian Gladman, Worcester, UK. All rights reserved.
  191. .
  192. LICENSE TERMS
  193. .
  194. The free distribution and use of this software in both source and binary
  195. form is allowed (with or without changes) provided that:
  196. .
  197. 1. distributions of this source code include the above copyright
  198. notice, this list of conditions and the following disclaimer;
  199. .
  200. 2. distributions in binary form include the above copyright
  201. notice, this list of conditions and the following disclaimer
  202. in the documentation and/or other associated materials;
  203. .
  204. 3. the copyright holder's name is not used to endorse products
  205. built using this software without specific written permission.
  206. .
  207. ALTERNATIVELY, provided that this notice is retained in full, this product
  208. may be distributed under the terms of the GNU General Public License (GPL),
  209. in which case the provisions of the GPL apply INSTEAD OF those given above.
  210. .
  211. DISCLAIMER
  212. .
  213. This software is provided 'as is' with no explicit or implied warranties
  214. in respect of its properties, including, but not limited to, correctness
  215. and/or fitness for purpose.
  216. Files: src/include/crypt/aes.h
  217. src/include/crypt/aes_modes.c
  218. src/include/crypt/aescpp.h
  219. src/include/crypt/aescrypt.c
  220. src/include/crypt/aeskey.c
  221. src/include/crypt/aesopt.h
  222. src/include/crypt/aestab.c
  223. src/include/crypt/aestab.h
  224. src/include/crypt/brg_endian.h
  225. src/include/crypt/brg_types.h
  226. Copyright:
  227. License:
  228. Copyright (c) 1998-2010, Brian Gladman, Worcester, UK. All rights reserved.
  229. .
  230. The redistribution and use of this software (with or without changes)
  231. is allowed without the payment of fees or royalties provided that:
  232. .
  233. source code distributions include the above copyright notice, this
  234. list of conditions and the following disclaimer;
  235. .
  236. binary distributions include the above copyright notice, this list
  237. of conditions and the following disclaimer in their documentation.
  238. .
  239. This software is provided 'as is' with no explicit or implied warranties
  240. in respect of its operation, including, but not limited to, correctness
  241. and fitness for purpose.
  242. Files: src/include/cJSON/*
  243. Copyright: 2009-2017 Dave Gamble and cJSON contributors
  244. License: MIT
  245. Copyright (c) 2009-2017 Dave Gamble and cJSON contributors
  246. .
  247. Permission is hereby granted, free of charge, to any person obtaining a copy
  248. of this software and associated documentation files (the "Software"), to deal
  249. in the Software without restriction, including without limitation the rights
  250. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  251. copies of the Software, and to permit persons to whom the Software is
  252. furnished to do so, subject to the following conditions:
  253. .
  254. The above copyright notice and this permission notice shall be included in
  255. all copies or substantial portions of the Software.
  256. .
  257. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  258. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  259. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  260. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  261. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  262. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  263. THE SOFTWARE.