LICENSE 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509
  1. This file contains the copyrights and licenses of third-party
  2. dependencies of pluggable transports that are distributed in the
  3. pluggable transports bundle.
  4. ===============================================================================
  5. Python
  6. Some pluggable transports are written in Python and the binary packages
  7. include a Python interpreter. A copy of the Python license (which itself
  8. includes the licenses of some of Python's components) is included in the
  9. file LICENSE.PYTHON.
  10. ===============================================================================
  11. OpenSSL
  12. (From http://openssl.org/source/license.html.)
  13. LICENSE ISSUES
  14. ==============
  15. The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
  16. the OpenSSL License and the original SSLeay license apply to the toolkit.
  17. See below for the actual license texts. Actually both licenses are BSD-style
  18. Open Source licenses. In case of any license issues related to OpenSSL
  19. please contact openssl-core@openssl.org.
  20. OpenSSL License
  21. ---------------
  22. /* ====================================================================
  23. * Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved.
  24. *
  25. * Redistribution and use in source and binary forms, with or without
  26. * modification, are permitted provided that the following conditions
  27. * are met:
  28. *
  29. * 1. Redistributions of source code must retain the above copyright
  30. * notice, this list of conditions and the following disclaimer.
  31. *
  32. * 2. Redistributions in binary form must reproduce the above copyright
  33. * notice, this list of conditions and the following disclaimer in
  34. * the documentation and/or other materials provided with the
  35. * distribution.
  36. *
  37. * 3. All advertising materials mentioning features or use of this
  38. * software must display the following acknowledgment:
  39. * "This product includes software developed by the OpenSSL Project
  40. * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
  41. *
  42. * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
  43. * endorse or promote products derived from this software without
  44. * prior written permission. For written permission, please contact
  45. * openssl-core@openssl.org.
  46. *
  47. * 5. Products derived from this software may not be called "OpenSSL"
  48. * nor may "OpenSSL" appear in their names without prior written
  49. * permission of the OpenSSL Project.
  50. *
  51. * 6. Redistributions of any form whatsoever must retain the following
  52. * acknowledgment:
  53. * "This product includes software developed by the OpenSSL Project
  54. * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
  55. *
  56. * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
  57. * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  58. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  59. * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
  60. * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  61. * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  62. * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  63. * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  64. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  65. * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  66. * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  67. * OF THE POSSIBILITY OF SUCH DAMAGE.
  68. * ====================================================================
  69. *
  70. * This product includes cryptographic software written by Eric Young
  71. * (eay@cryptsoft.com). This product includes software written by Tim
  72. * Hudson (tjh@cryptsoft.com).
  73. *
  74. */
  75. Original SSLeay License
  76. -----------------------
  77. /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  78. * All rights reserved.
  79. *
  80. * This package is an SSL implementation written
  81. * by Eric Young (eay@cryptsoft.com).
  82. * The implementation was written so as to conform with Netscapes SSL.
  83. *
  84. * This library is free for commercial and non-commercial use as long as
  85. * the following conditions are aheared to. The following conditions
  86. * apply to all code found in this distribution, be it the RC4, RSA,
  87. * lhash, DES, etc., code; not just the SSL code. The SSL documentation
  88. * included with this distribution is covered by the same copyright terms
  89. * except that the holder is Tim Hudson (tjh@cryptsoft.com).
  90. *
  91. * Copyright remains Eric Young's, and as such any Copyright notices in
  92. * the code are not to be removed.
  93. * If this package is used in a product, Eric Young should be given attribution
  94. * as the author of the parts of the library used.
  95. * This can be in the form of a textual message at program startup or
  96. * in documentation (online or textual) provided with the package.
  97. *
  98. * Redistribution and use in source and binary forms, with or without
  99. * modification, are permitted provided that the following conditions
  100. * are met:
  101. * 1. Redistributions of source code must retain the copyright
  102. * notice, this list of conditions and the following disclaimer.
  103. * 2. Redistributions in binary form must reproduce the above copyright
  104. * notice, this list of conditions and the following disclaimer in the
  105. * documentation and/or other materials provided with the distribution.
  106. * 3. All advertising materials mentioning features or use of this software
  107. * must display the following acknowledgement:
  108. * "This product includes cryptographic software written by
  109. * Eric Young (eay@cryptsoft.com)"
  110. * The word 'cryptographic' can be left out if the rouines from the library
  111. * being used are not cryptographic related :-).
  112. * 4. If you include any Windows specific code (or a derivative thereof) from
  113. * the apps directory (application code) you must include an acknowledgement:
  114. * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
  115. *
  116. * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
  117. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  118. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  119. * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  120. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  121. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  122. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  123. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  124. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  125. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  126. * SUCH DAMAGE.
  127. *
  128. * The licence and distribution terms for any publically available version or
  129. * derivative of this code cannot be changed. i.e. this code cannot simply be
  130. * copied and put under another distribution licence
  131. * [including the GNU Public Licence.]
  132. */
  133. ===============================================================================
  134. M2Crypto
  135. Copyright (c) 1999-2004 Ng Pheng Siong. All rights reserved.
  136. Portions copyright (c) 2004-2006 Open Source Applications Foundation.
  137. All rights reserved.
  138. Portions copyright (c) 2005-2006 Vrije Universiteit Amsterdam.
  139. All rights reserved.
  140. Copyright (c) 2008-2010 Heikki Toivonen. All rights reserved.
  141. Permission to use, copy, modify, and distribute this software and its
  142. documentation for any purpose and without fee is hereby granted,
  143. provided that the above copyright notice appear in all copies and that
  144. both that copyright notice and this permission notice appear in
  145. supporting documentation.
  146. THE AUTHOR PROVIDES THIS SOFTWARE ``AS IS'' AND ANY EXPRESSED OR
  147. IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  148. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  149. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  150. INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  151. NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  152. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  153. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  154. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  155. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  156. ===============================================================================
  157. py2exe
  158. Windows binary packages are built using py2exe.
  159. Copyright (c) 2000-2008 Thomas Heller, Mark Hammond, Jimmy Retzlaff
  160. Permission is hereby granted, free of charge, to any person obtaining
  161. a copy of this software and associated documentation files (the
  162. "Software"), to deal in the Software without restriction, including
  163. without limitation the rights to use, copy, modify, merge, publish,
  164. distribute, sublicense, and/or sell copies of the Software, and to
  165. permit persons to whom the Software is furnished to do so, subject to
  166. the following conditions:
  167. The above copyright notice and this permission notice shall be
  168. included in all copies or substantial portions of the Software.
  169. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  170. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  171. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  172. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  173. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  174. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  175. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  176. ===============================================================================
  177. pyptlib
  178. Redistribution and use in source and binary forms, with or without
  179. modification, are permitted provided that the following conditions are
  180. met:
  181. * Redistributions of source code must retain the above copyright
  182. notice, this list of conditions and the following disclaimer.
  183. * Redistributions in binary form must reproduce the above
  184. copyright notice, this list of conditions and the following disclaimer
  185. in the documentation and/or other materials provided with the
  186. distribution.
  187. * Neither the names of the copyright owners nor the names of its
  188. contributors may be used to endorse or promote products derived from
  189. this software without specific prior written permission.
  190. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  191. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  192. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  193. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  194. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  195. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  196. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  197. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  198. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  199. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  200. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  201. ===============================================================================
  202. PyCrypto
  203. To the best of our knowledge, with the exceptions noted below or
  204. within the files themselves, the files that constitute PyCrypto are in
  205. the public domain. Most are distributed with the following notice:
  206. The contents of this file are dedicated to the public domain. To
  207. the extent that dedication to the public domain is not available,
  208. everyone is granted a worldwide, perpetual, royalty-free,
  209. non-exclusive license to exercise all rights associated with the
  210. contents of this file for any purpose whatsoever.
  211. No rights are reserved.
  212. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  213. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  214. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  215. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
  216. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  217. ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  218. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  219. SOFTWARE.
  220. Exceptions:
  221. - Portions of HMAC.py and setup.py are derived from Python 2.2, and
  222. are therefore Copyright (c) 2001, 2002, 2003 Python Software
  223. Foundation (All Rights Reserved). They are licensed by the PSF
  224. under the terms of the Python 2.2 license. (See the file
  225. LEGAL/copy/LICENSE.python-2.2 for details.)
  226. - The various GNU autotools (autoconf, automake, aclocal, etc.) are
  227. used during the build process. This includes macros from
  228. autoconf-archive, which are located in the m4/ directory. As is
  229. customary, some files from the GNU autotools are included in the
  230. source tree (in the root directory, and in the build-aux/
  231. directory). These files are merely part of the build process, and
  232. are not included in binary builds of the software.
  233. EXPORT RESTRICTIONS:
  234. Note that the export or re-export of cryptographic software and/or
  235. source code may be subject to regulation in your jurisdiction.
  236. ===============================================================================
  237. Twisted
  238. Copyright (c) 2001-2013
  239. Allen Short
  240. Andy Gayton
  241. Andrew Bennetts
  242. Antoine Pitrou
  243. Apple Computer, Inc.
  244. Benjamin Bruheim
  245. Bob Ippolito
  246. Canonical Limited
  247. Christopher Armstrong
  248. David Reid
  249. Donovan Preston
  250. Eric Mangold
  251. Eyal Lotem
  252. Itamar Turner-Trauring
  253. James Knight
  254. Jason A. Mobarak
  255. Jean-Paul Calderone
  256. Jessica McKellar
  257. Jonathan Jacobs
  258. Jonathan Lange
  259. Jonathan D. Simms
  260. Jürgen Hermann
  261. Kevin Horn
  262. Kevin Turner
  263. Mary Gardiner
  264. Matthew Lefkowitz
  265. Massachusetts Institute of Technology
  266. Moshe Zadka
  267. Paul Swartz
  268. Pavel Pergamenshchik
  269. Ralph Meijer
  270. Sean Riley
  271. Software Freedom Conservancy
  272. Travis B. Hartwell
  273. Thijs Triemstra
  274. Thomas Herve
  275. Timothy Allen
  276. Permission is hereby granted, free of charge, to any person obtaining
  277. a copy of this software and associated documentation files (the
  278. "Software"), to deal in the Software without restriction, including
  279. without limitation the rights to use, copy, modify, merge, publish,
  280. distribute, sublicense, and/or sell copies of the Software, and to
  281. permit persons to whom the Software is furnished to do so, subject to
  282. the following conditions:
  283. The above copyright notice and this permission notice shall be
  284. included in all copies or substantial portions of the Software.
  285. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  286. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  287. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  288. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  289. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  290. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  291. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  292. ===============================================================================
  293. zope.interface
  294. # Copyright (c) 2006 Zope Corporation and Contributors.
  295. # All Rights Reserved.
  296. #
  297. # This software is subject to the provisions of the Zope Public License,
  298. # Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
  299. # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
  300. # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  301. # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
  302. # FOR A PARTICULAR PURPOSE.
  303. Zope Public License (ZPL) Version 2.1
  304. -------------------------------------
  305. A copyright notice accompanies this license document that
  306. identifies the copyright holders.
  307. This license has been certified as open source. It has also
  308. been designated as GPL compatible by the Free Software
  309. Foundation (FSF).
  310. Redistribution and use in source and binary forms, with or
  311. without modification, are permitted provided that the
  312. following conditions are met:
  313. 1. Redistributions in source code must retain the
  314. accompanying copyright notice, this list of conditions,
  315. and the following disclaimer.
  316. 2. Redistributions in binary form must reproduce the accompanying
  317. copyright notice, this list of conditions, and the
  318. following disclaimer in the documentation and/or other
  319. materials provided with the distribution.
  320. 3. Names of the copyright holders must not be used to
  321. endorse or promote products derived from this software
  322. without prior written permission from the copyright
  323. holders.
  324. 4. The right to distribute this software or to use it for
  325. any purpose does not give you the right to use
  326. Servicemarks (sm) or Trademarks (tm) of the copyright
  327. holders. Use of them is covered by separate agreement
  328. with the copyright holders.
  329. 5. If any files are modified, you must cause the modified
  330. files to carry prominent notices stating that you changed
  331. the files and the date of any change.
  332. Disclaimer
  333. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS''
  334. AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
  335. NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  336. AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
  337. NO EVENT SHALL THE COPYRIGHT HOLDERS BE
  338. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  339. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  340. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  341. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  342. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  343. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
  344. OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  345. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
  346. DAMAGE.
  347. ===============================================================================
  348. argparse
  349. argparse is (c) 2006-2009 Steven J. Bethard <steven.bethard@gmail.com>.
  350. The argparse module was contributed to Python as of Python 2.7 and thus
  351. was licensed under the Python license. Same license applies to all files in
  352. the argparse package project.
  353. For details about the Python License, please see LICENSE.PYTHON.
  354. ===============================================================================
  355. goptlib
  356. To the extent possible under law, the authors have dedicated all
  357. copyright and related and neighboring rights to this software to the
  358. public domain worldwide. This software is distributed without any
  359. warranty. See LICENSE.CC0.
  360. ===============================================================================
  361. meek
  362. To the extent possible under law, the authors have dedicated all
  363. copyright and related and neighboring rights to this software to the
  364. public domain worldwide. This software is distributed without any
  365. warranty. See LICENSE.CC0.
  366. ===============================================================================
  367. obfs4
  368. Copyright (c) 2014, Yawning Angel <yawning at torproject dot org>
  369. All rights reserved.
  370. Redistribution and use in source and binary forms, with or without
  371. modification, are permitted provided that the following conditions are met:
  372. * Redistributions of source code must retain the above copyright notice,
  373. this list of conditions and the following disclaimer.
  374. * Redistributions in binary form must reproduce the above copyright notice,
  375. this list of conditions and the following disclaimer in the documentation
  376. and/or other materials provided with the distribution.
  377. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  378. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  379. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  380. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
  381. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  382. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  383. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  384. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  385. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  386. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  387. POSSIBILITY OF SUCH DAMAGE.
  388. ===============================================================================
  389. go.net
  390. Copyright 2009 The Go Authors. All rights reserved.
  391. Use of this source code is governed by a BSD-style
  392. license that can be found in the LICENSE file.
  393. For details about the Go License, please see LICENSE.GO.
  394. ===============================================================================
  395. go.crypto
  396. Copyright 2009 The Go Authors. All rights reserved.
  397. Use of this source code is governed by a BSD-style
  398. license that can be found in the LICENSE file.
  399. For details about the Go License, please see LICENSE.GO.
  400. ===============================================================================
  401. agl/ed25519
  402. Copyright 2013 The Go Authors. All rights reserved.
  403. Use of this source code is governed by a BSD-style
  404. license that can be found in the LICENSE file.
  405. For details about the Go License, please see LICENSE.GO.
  406. ===============================================================================
  407. dchest/siphash
  408. To the extent possible under law, the authors have dedicated all
  409. copyright and related and neighboring rights to this software to the
  410. public domain worldwide. This software is distributed without any
  411. warranty. See LICENSE.CC0.